[Home] [By Thread] [By Date] [Recent Entries]
I'm exporting data to XML and escaping the special XML characters (&, ', etc.). How should characters less than #x20 (excluding #x9, #xA and #D) be handled in the output? I've looked at a couple of XML serializers and they either encode them as &#[0-9]; or just pass them through. However, this encoding is not legal if you try to parse the XML document, since the parser will complain of an invalid character, regardless of whether it is an ASCII 30 in the output or . Any pointers or suggestions appreciated. Thanks. *************************************************************************** This is xml-dev, the mailing list for XML developers. To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev List archives are available at http://xml.org/archives/xml-dev/ ***************************************************************************
|

Cart



