Hi,
Adrian Pfisterer wrote:
[This is more of a user question but there doesn't seem to be a xerces-c-user list (as others before me have noted)]
Changing very soon :)
JDOM has a way to tell the serializer to output empty tags in this format:
<tag></tag>
instead of this format:
<tag/>
Is there a way to do this in Xerces-C?
No, but it would be easy to do. Have a look at DOMWriterImpl.cpp line 1220 or so. You will see where is happens.
Cheers,
Gareth
-- Gareth Reakes, Managing Director Parthenon Computing +44-1865-811184 http://blog.parthenoncomputing.com/xerces/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]