[Expat-discuss] anoying tags in CharacterData

Karl Waclawek karl at waclawek.net
Sun Jul 16 06:23:08 CEST 2006


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


More information about the Expat-discuss mailing list