Re: CDATA problems
"Karl Waclawek" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <004a01c36657$41074810$9e539696@citkwaclaww2k> |
> 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