On Thu, Sep 28, 2006 at 10:07:30PM +0200, Joachim Zobel wrote: > Hi. > > I am currently working on an apache module (mod_expat, > http://www.heute-morgen.de/modules/mod_expat/), that turns xml into a > stream of sax buckets (a double linked list of SAX events more or less) > that can be processed by apache filter modules. > > libxml2 does however have lots of nice stuff (e.g. streamable xpath > subset), that I would like to use. This would mean that I have to hand > my sax buckets back to libxml2 after intermediate filters have processed > them. Is there a way to do that? Can this be done with customized IO?
look at the entry points in SAX2.c http://xmlsoft.org/html/libxml-SAX2.html but I don't think anyone ever tried to plug libxml2 on top of expat and it may require some debugging Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
