> Greetings,
>
> I am using org.apache.xerces.parsers.SAXParser in my application. When =
> parsing some XML files, the characters(char[], int, int) call sometimes =
> breaks up the value.
> e.g. if there is a String "yellow" between <Element> and </Element>, in =
> the characters call you expect the entire String "yellow" to appear. But =
> in some XML files I am getting "yello" and then "w"
>
> The values of the 3 params in character when this happens are ("yello", =
> 16379, 5) and ("w", 0, 1).
>
> Does anyone know of any such limitations in the parser?
>
> regards
>
> Nilesh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]