[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)]

JDOM has a way to tell the serializer to output empty tags in
this format:

<tag></tag>

instead of this format:

<tag/>

Because I have to support legacy, client home-grown parsers that choke on
the latter I need to obtain my XML in the former format but I'm using
Xerces C++.

Is there a way to do this in Xerces-C?

Thank you.

Adrian.

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



Reply via email to