Re: [dom4j-user] Beginner Question: .write() method for Elements

2003-11-18 Thread Gurdev Parmar
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

[dom4j-user] Beginner Question: .write() method for Elements

2003-11-18 Thread Ken Beesley
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