[Expat-discuss] Max Character Data Line Length
Karl Waclawek
karl at waclawek.net
Mon Jul 12 19:54:42 CEST 2004
> When I exceed a character data line of a length >494 the data string handed
> to my handler contains only those characters in positions greater than 494
> and len is fixed at 494. When I use debug mode in VC6.0 Expat calls a user
> breakpoint whan this occurs.
I do not know of any such limitation in Expat.
Expat will often divide character data into multiple call-backs even
if they are contiguous. Could that be happening?
Karl
More information about the Expat-discuss
mailing list