Re: xml.sax.xmlreader and expat

2006-06-27 Thread Stefan Behnel
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

Re: xml.sax.xmlreader and expat

2006-06-27 Thread Fredrik Lundh
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

xml.sax.xmlreader and expat

2006-06-27 Thread Gary Robinson
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