[Expat-bugs] CDATA problems

Karl Waclawek karl at waclawek.net
Tue Aug 19 10:39:03 EDT 2003


> I'm using expat on a Symbian device. I get trouble with CDATA.
> I get a XML-File with a CDATA block. In this block a "0x0A" is included.
> At this position expat is deviding the CDATA block. Is it bug with
> expat, or do i something wrong with the encoding?

No, this is normal behaviour. Expat may divide contiguous blocks
of character data at its own discretion. 
Check the docs - reference.html - for XML_SetCharacterDataHandler.

Karl



More information about the Expat-bugs mailing list