Hi All, I am using the Xerces c++ SAX parser to parse my xml file.
I have a question regarding CData section, here is the example: <cust_info> <![CDATA[ Customer<!1>
]]> </cust_info> I would expect the characters event after the <cust_info>
startElement event will give me the unchanged value Customer<!1>, however, what I get is actually Customer<!1> , that is, the ‘<’ and ‘>’
is converted to its entity reference. Is this the expected behavior? Is there a
way to “turn off” the automatic conversion? Thanks. Frank |
- Re: CDATA section Pablo Yabo
- RE: CDATA section Jesse Pelton
- Re: CDATA section Pablo Yabo
- Schema Document Access Shirish Kulkarni
- RE: CDATA section Tony Dodd
- Re: CDATA section Pablo Yabo
- Re: CDATA section Gareth Reakes
- RE: CDATA section Jesse Pelton
- CData section Xiaofan Zhou
- Re: CData section david_n_bertoni
- Re: CData section Xiaofan Zhou
- Re: CData section Gareth Reakes
- RE: CData section Xiaofan Zhou
- Re: CData section Gareth Reakes