Re: escape

2003-07-15 Thread Andy Clark
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 *

escape

2003-07-15 Thread Tony Chen
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

Re: method for introducing escape characters in text

2002-02-20 Thread Neeraj Bajaj
> 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

method for introducing escape characters in text

2002-02-20 Thread Nikolaos Giannadakis
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