[Home] [By Thread] [By Date] [Recent Entries]
On Thu, Nov 09, 2000 at 10:35:39AM -0800, Jeff Lowery wrote: > Is anyone aware of any pull-based XML parsers other than kxml? > http://www-ai.cs.uni-dortmund.de/SOFTWARE/KXML/JAVADOC/overview-summary.html Hum, since there is XML parsers for nearly every programming language in active use, that would be a good information to provide when asking for a parser with a given feature. libxml (http://xmlsoft.org/) has both pull and push interfaces, i.e. the parser can either keep the control and fetch the data by itself once the I/O handler has been provided or rely on the application to feed him with the data as it arrives. It's a C parser so it may or may not be useful to you. This may not correspond to your definition of a pull parser either ... Daniel -- Daniel.Veillard@w... | W3C, INRIA Rhone-Alpes | libxml Gnome XML toolkit Tel : +33 476 615 257 | 655, avenue de l'Europe | http://xmlsoft.org/ Fax : +33 476 615 207 | 38330 Montbonnot FRANCE | Rpmfind search site http://www.w3.org/People/all#veillard%40w3.org | http://rpmfind.net/
|

Cart



