Tony Chen wrote:
I created an XercesDomParser. After I get the value of a node with
XMLString::transcode(m_nodeList->item(0)->getFirstChild()->getNodeValue())
it does not substituue ' with "'". Which parameter I need to set?
Thanks in advance
Wrong mailing list. Try xerces-c-dev.
--
Andy Clark *
Hello:
I created an XercesDomParser. After I get the value of a node with
XMLString::transcode(m_nodeList->item(0)->getFirstChild()->getNodeValue())
it does not substituue ' with "'". Which parameter I need to set?
Thanks in advance
Tony Chen
9138952313
This transmission (and any information
> Is there a (or where is the) method in the xerces implementation that is
> used to introduce escape characters in raw text?
>
> i.e. somewhere in the DOM implementation this string: " m&m " is converted
> into " m&m ". Where is the method that doe
Hello All.
Is there a (or where is the) method in the xerces implementation that is
used to introduce escape characters in raw text?
i.e. somewhere in the DOM implementation this string: " m&m " is converted
into " m&m ". Where is the method that does this?
thank