RE: splits in character data using SAX

2004-02-25 Thread Vincent Finn
> > omsoft.com> cc: > (bcc: David N Bertoni/Cambridge/IBM) > >

RE: splits in character data using SAX

2004-02-24 Thread david_n_bertoni
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

RE: splits in character data using SAX

2004-02-24 Thread BJ Chippindale
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

RE: splits in character data using SAX

2004-02-23 Thread Vincent Finn
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'

Re: splits in character data using SAX

2004-02-23 Thread david_n_bertoni
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