[Expat-discuss] characterData

Sebastian Pipping webmaster at hartwork.org
Fri Jul 20 03:04:12 CEST 2007


You don't handle the case yet that the character handler
is called multiple times for a single node.
The node

  <example>one two three</example>

can actually be passed to the handler as

  "one tw"

and

  "o three"

or similar. You have to do concatenation yourself.



Sebastian


More information about the Expat-discuss mailing list