Have you tried xml:space="preserve"?

Jake

On 11/20/2009 4:36 PM, Dick Deneer wrote:
I am still using the deprecated LSSerializer because the xalan
serializer has issues with the pretty print.
But when I have simple elements with only space, the serializer produces
empty elements. Is there a tweak to keep the spaces in this elements?

Sample xml:
<root><child1>text</child1><child2> </child2></root>
I attached a simple test program, that you can just run to see the results:

Program started
Xerces serializer will be used
<?xml version="1.0" encoding="UTF-16"?>
<root>
<child1>text</child1>
<child2/>
</root>

Xalan serializer will be used
<?xml version="1.0" encoding="UTF-16"?><root>
<child1>text</child1>
<child2> </child2>
</root>

Regards
Dick Deneer

------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to