On Thu, May 15, 2008 at 11:24:14AM -0500, Jatayu wrote: > Hi Daniel, > > If I may piggyback on this thread for related question: > > "In libxml2, SAX2 interface and xmlTextReader interface are mutually > exclusive, right? > I mean, there's no way to hook up my own SAX2 handlers together with > xmlTextReader > in the same parse iteration, right?"
Right. SAX is event based push parsing. Reader is linear pull parsing. I don't see how you could mix both. 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
