>
> omsoft.com> cc:
> (bcc: David N Bertoni/Cambridge/IBM)
>
>
s the best strategy for getting a complete text?
Do I have to do multiple calls to parseNext whenever I hit a text node
until I hit an endElement?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 23 February 2004 17:50
> To: [EMAIL PROTEC
hit
> an endElement?
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: 23 February 2004 17:50
> > To: [EMAIL PROTECTED]
> > Subject: Re: splits in character data using SAX
> >
> >
> >
> >
&g
IL PROTECTED]
> Subject: Re: splits in character data using SAX
>
>
>
>
>
>
> Hi,
>
> The parser will also make multiple calls to the characters
> function when it
> encounters an entity reference, so your plan is likely
> unworkable. Also,
> it'
Hi,
The parser will also make multiple calls to the characters function when it
encounters an entity reference, so your plan is likely unworkable. Also,
it's quite possible the buffer size could change in the future, or the
parser's behavior could change for some other reason.
Dave