Problem with euro symbol in DOM
-------------------------------

                 Key: XERCESC-1687
                 URL: https://issues.apache.org/jira/browse/XERCESC-1687
             Project: Xerces-C++
          Issue Type: Bug
          Components: DOM
    Affects Versions: 2.7.0
         Environment: linux debian 3.1 x86
            Reporter: jose
             Fix For: 2.7.0


How can I create a DOMDocument where a DOMWriter process results as follows:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<root>
   <euro_symbol>&#8364;</euro_symbol>
</root>

I have tried using the createEntityReference() function but the resulting xml 
does not validate with the corresponding xsd. The euro_symbol element is a 
simple string.

Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to