On Mon, Oct 30, 2006 at 10:27:00AM +0100, Giorgio Calderone <[EMAIL PROTECTED]> wrote: > Sorry, i've been misleading. > > In the documentation (for example in > http://www.xmlsoft.org/html/libxml-parser.html#xmlReadFile) there are several > functions that accepts an URL, giving me the idea that libxml can handle > local > or remote files (through FTP or HTTP) trasparently.
But then it's not Push mode, libxml2 keep the flow of control until parsing is finished. > I'd like to create a SAX parser in push mode with the same facility, but I > can't Either you collect the bits and push them, or you let libxml2 do it, but there is no middle way. 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
