Re: [dom4j-user] Pretty print and System.out

2005-09-07 Thread Raymond Sebuwufu
Thank you very much. That solved it. Coding can be so frustrating sometimes From: Edwin Dankert <[EMAIL PROTECTED]> To: Raymond Sebuwufu <[EMAIL PROTECTED]> CC: dom4j-user@lists.sourceforge.net Subject: Re: [dom4j-user] Pretty print and System.out Date: Tue, 6 Sep 2005 21:23:25 +0

Re: [dom4j-user] Pretty print and System.out

2005-09-06 Thread Edwin Dankert
I think this is the problem: xmlScreenWriter.close(); This closes the writer which closes the underlying (System.out) OutputStream. Regards, Edwin --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 *

[dom4j-user] Pretty print and System.out

2005-09-06 Thread Raymond Sebuwufu
Hi, I am having a problem with System.out in that after I assign it to the XMLWriter as in the famous pretty print example given in the quick start guide, it prints on the very first occasion of being called but no longer prints after that. I even tried sticking System.out.println("...") state