Another Transform problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jajoo

    Another Transform problem

    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
Working...