[EMAIL PROTECTED] writes:

> I hope you can help me.  I am using the DOMparser to parse an input
> XML document.  Some of the attribute contents are strings that
> contain entity references.  How do I get these into my C++ code?


http://xml.apache.org/xerces-c/apiDocs/class_DOMParser.html#a25

parser.setExpandEntityReferences(0);

jas.

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

Reply via email to