From: LARRODE X. (DR&T) <xav...@sn...> - 2004-05-03 07:18:35
|
OK, a stack will be good so Thank you daniel. On Fri, 2004-04-30 at 15:05, Daniel Veillard wrote: > On Fri, Apr 30, 2004 at 11:38:33AM +0200, LARRODE Xavier (DR&T) wrote: > > Hi, > > > > Is it normal that sometimes, for the same Element, the on_character > > function is called 2 times? > > Can i force the parser to call it explicitly one time? > > No. One of the goal of SAX is to be able to operate on bounded memory. > One of the side effect is that very large sections of character data > may be reported as sequences of characters() callbacks. > > Daniel |