Re: CDATA problems
"Karl Waclawek" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <006301c3665f$8e0563b0$9e539696@citkwaclaww2k> |
> 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. Unfortunately not. This dividing is not so much a feature as it is a result of how Expat processes the XML data, and removing it would mean to *re-design* core portions of Expat. You will find that most (if not all) SAX-like parsers have the same behaviour. Karl