You should call osr.flush() for the xml elements to be seen on
the System.out or any Writer that is used.
-Gurdev
Ken Beesley wrote:
Beginner Question: .write() method for Elements
I just downloaded DOM4J and got it working. I can read
XML files and prettyPrint them, no problem.
But I'm having
Beginner Question: .write() method for Elements
I just downloaded DOM4J and got it working. I can read
XML files and prettyPrint them, no problem.
But I'm having some trouble getting the .write() method
to work for Elements. I did check a year of archives, but
couldn't find anything.
The Qui