On Wed, May 04, 2005 at 12:09:48PM -0700, Dan Mercer wrote: > Hi, > > Is it possible to access calls like IOHTTPOpen from the python API, or is > there a mechanism for providing a callback to some other HTTP implementation?
normal Python IO should work fine. See how the examples use StringIO inputs. > I am using libxml2-2.5.10 on RHEL 3.4. libxml2-2.5.10 is really old at this point. Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [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
