Due to the way pretty printing was implemented in this incarnation of ecs you
need to create your pre tag first and then add your elements to it. This is
fixed with the 2.0 generation of code that i started working on awhile back as
pretty printing uses event listeners, but the 2.0 incarnation of the code isn't
ready for prime time and makes no attempts at backward compatability.
PRE pre = new PRE().addElement(new TR().addElement(new TD().addElement("my bad
implementation"))); // should work right.
-stephan
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]