Hi, All,
I have a question regarding CData Section, say I have an element <cust_info> in XML defined as following:
<cust_info>
<![CDATA[ Customer<!1> ]]>
</cust_info>
When I use the SAX parser in Xerces-c, I got the character data for the element "Customer<!1>", is this the expected behavior? I thought the data should be the whole thing: <![CDATA[ Customer<!1> ]]>, that is, come out the parser without parsing it.
Thanks for clarifying in advance.
Frank