You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "jose (JIRA)" <xe...@xml.apache.org> on 2007/03/14 10:30:09 UTC

[jira] Created: (XERCESC-1687) Problem with euro symbol in DOM

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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Closed: (XERCESC-1687) Problem with euro symbol in DOM

Posted by "Jesse Pelton (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Pelton closed XERCESC-1687.
---------------------------------


> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Resolved: (XERCESC-1687) Problem with euro symbol in DOM

Posted by "Jesse Pelton (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Pelton resolved XERCESC-1687.
-----------------------------------

    Resolution: Invalid

Please do not use the bug database to ask questions. There is a mailing list for that purpose.

> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org