Re: anoying tags in CharacterData
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
andi wrote: > hi list! > when setting a callback with XML_SetCharacterDataHandler(...) it is > passed the character data after a tag, but with the other tags. > for example: > > <text> > "hello wolrd" > </text> > > not just "hello world" is passed to the callback funtion, but > "hello world </text>" > > is there a way to get rid of this </text> using the expat api? This should not happen and I have never seen it happen. Could you post a reproducible example? Karl