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
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 *
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