Leo Soto M. | 9 Jun 17:53

Re: xml.dom.pulldom using excessive memory

On Sat, Jun 7, 2008 at 4:02 PM, Byron Foster <bvftmp1 <at> base2.cc> wrote:
> On Jun 6, 2008, at 18:11 , Leo Soto M. wrote:
>
>> I think that pulldom is definetely broken on trunk. This doesn't work for
>> me:
>>
>>>>> from xml.dom.pulldom import parseString
>>>>> parseString("<foo></foo>")
>
> Hello Leo, the above sample works for me using the current trunk:

Sorry, I gave the wrong example. It should have been:

>>> from xml.dom.pulldom import parseString
>>> list(parseString("<foo></foo>"))
--

-- 
Leo Soto M.
http://blog.leosoto.com

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Gmane