You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Moazzam <ma...@etilizepak.com> on 2004/04/08 14:17:14 UTC

Cant save xml document properly

hi,

i cant save xml document properly and it genarates a corrupted file (currupted tags) e.g &lt;/customer> .It should be </customer> but ' < ' is not generating and when i load the xml file it gives parse exception.
There are 500 products in the sample file which i m using  and the save method is XMLObject.save(File file);

pls help what is the suitable way or method of writing to a file.

adios