Click to See Complete Forum and Search --> : Writing XML files


halwaraj
11-07-2008, 01:16 AM
Hi,

I need some help writing the XML files.

I am trying to write xml files from a java web application.

The issue is, when I write using print writer, it just writes the file in a single line.

My requirement is to write the files in a human readable form.

Is there any special java API that i can use?


Thanks

Praveen

halwaraj
11-07-2008, 01:17 AM
I mean I need to write each tag in a new line.

Please help