Hi,

We're upgrading our application from Xalan C++ 1.1 to the new release, and
one of the API calls we used before was
XercesParserLiaison.SetShouldExpandEntityRefs(boolean).  We receive
documents that have entities like &nbsp; in the contents and '<!ENTITY nbsp
"&#160;">' in the inline DTD.  As a result of our transformations, these
characters are converted to UTF-8 characters in our output (according to the
encoding attribute on xsl:output).  Without this API call, they are
converted back to entity references in the output document, which creates
parse errors for our client apps.

What are some appropriate remedies for this problem?  

Thanks.

---
Caleb Deupree
[EMAIL PROTECTED]

Reply via email to