Hi,
I have pretty printed XML file. I transform it to DOM tree and I wont
to save it again as XML file without any white spaces (one row xml). I
am using javax.xml.trans form.Transforme r.
Unfortunately transformer.set OutputProperty( OutputKeys.INDE NT,"no");
does not work for me and the exit is still pretty printed with
spaces... and it is really bugging me.
Any suggestions?
Jivko
I have pretty printed XML file. I transform it to DOM tree and I wont
to save it again as XML file without any white spaces (one row xml). I
am using javax.xml.trans form.Transforme r.
Unfortunately transformer.set OutputProperty( OutputKeys.INDE NT,"no");
does not work for me and the exit is still pretty printed with
spaces... and it is really bugging me.
Any suggestions?
Jivko