HI!

I can specify with setNonEscapingElements() for which nodes the text childs 
should be output non-escaped. How can I set this globally, if I don't know all 
nodes? 

I have tried:
outputFormat.setNonEscapingElements(new String[]{"*"});
outputFormat.setNonEscapingElements(new String[]{""});
outputFormat.setNonEscapingElements(new String[]{});

Using Xerces 2.0.1 with JDK 1.4.

Thanks!

Regards,
Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to