Re: [xml] accessing xmlIO from the python api

2005-05-05 Thread Daniel Veillard
On Wed, May 04, 2005 at 01:44:27PM -0700, Dan Mercer wrote: On Wed, May 04, 2005 at 04:18:21PM -0400, Daniel Veillard wrote: 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?

[xml] accessing xmlIO from the python api

2005-05-04 Thread Dan Mercer
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? I am using libxml2-2.5.10 on RHEL 3.4. Thanks, Dan M. ___ xml mailing list, project page

Re: [xml] accessing xmlIO from the python api

2005-05-04 Thread Dan Mercer
On Wed, May 04, 2005 at 04:18:21PM -0400, Daniel Veillard wrote: 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