aspose file tools
The moose likes Java in General and the fly likes Write enter/indent with java inside xml file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Write enter/indent with java inside xml file" Watch "Write enter/indent with java inside xml file" New topic
Author

Write enter/indent with java inside xml file

Hesham Gneady
Ranch Hand

Joined: Feb 26, 2007
Posts: 66
Hello Ranchers ,

I am trying to edit an xml file using java, my only problem is that all data written appears in the xml file in 1 line.


Here is my java code :

I saw some answers saying i can do this using the Transformer class. Do i have to change my code now, or is there a way i can do this here ?

Thanks ,



Hesham
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
Check out the second example here: http://faq.javaranch.com/java/HowToPrettyPrintXmlWithJava


Android appsImageJ pluginsJava web charts
Hesham Gneady
Ranch Hand

Joined: Feb 26, 2007
Posts: 66
Thanks a lot Ulf ... That was quite clear.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Write enter/indent with java inside xml file
 
Similar Threads
XML Scripting is not working
Is my approach right while inserting a foreign key?
Problem applying an XPath expression to an org.w3c.dom.Node
'new' operator vs updating database
append xml using xslt