Fredrik Lundh wrote:
> Gary Robinson wrote:
>
>> We're using xml.sax.xmlreader in our app (http://www.goombah.com,
>> which is written in Python).
>>
>> In Python 2.3.x, does that use the C-language expat under the hood?
>
> yes.
>
>> The reason I'm asking is because we're wondering if we can sp
Gary Robinson wrote:
> We're using xml.sax.xmlreader in our app (http://www.goombah.com, which
> is written in Python).
>
> In Python 2.3.x, does that use the C-language expat under the hood?
yes.
> The reason I'm asking is because we're wondering if we can speed up the
> parsing significantl
Hi,
We're using xml.sax.xmlreader in our app (http://www.goombah.com, which
is written in Python).
In Python 2.3.x, does that use the C-language expat under the hood? The
reason I'm asking is because we're wondering if we can speed up the
parsing significantly.
Thanks in advance for any input