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 "varun.81" <va...@gmail.com> on 2007/02/27 15:36:39 UTC

CDATA section

<Property><![CDATA[Nein]]></Property>
i have a DOMNode for the property can anyone please help me on how to read
CDATA ?
i will be obliged if someone can give me a code for that 
-- 
View this message in context: http://www.nabble.com/CDATA-section-tf3301267.html#a9183333
Sent from the Xerces - C - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


Re: CDATA section

Posted by Alberto Massari <am...@datadirect.com>.
Just call getFirstChild()->getNodeValue().

Alberto

At 06.36 27/02/2007 -0800, varun.81 wrote:

><Property><![CDATA[Nein]]></Property>
>i have a DOMNode for the property can anyone please help me on how to read
>CDATA ?
>i will be obliged if someone can give me a code for that
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
>For additional commands, e-mail: c-dev-help@xerces.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org