AW: CDATA problems
"Robert Repnak" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello Karl, Thanks for the fast reply. Is it possible to turn off this feature? My xml-files are kind of tiny and i know there is no need for dividing data. This dividing makes my handler more complicated, and it's really not necessary. robert > -----Ursprüngliche Nachricht----- > Von: Karl Waclawek [mailto:[email protected]] > Gesendet: Dienstag, 19. August 2003 15:39 > An: Robert Repnak; [email protected] > Betreff: Re: [Expat-bugs] CDATA problems > > > > 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 >