Dirk Meyer wrote:
> Benjamin Zores wrote:
>> Dirk Meyer a écrit :
>>> Author: dmeyer
>>> Date: Sun Mar 11 16:34:47 2007
>>> New Revision: 2543
>>> 
>>> Modified:
>>>    trunk/epg/src/sources/epgdata.py
>>> 
>>> Log:
>>> Rework parser to use SAX to keep memory usage down and call the
>>> add_* functions from the thread. I don't have speed tests here but
>>> I guess it is a bit slower than before using libxml2 but it doesn't
>>> keep the whole tree in memory now and it does not depend on external
>>> modules anymore. The SAX parser now also finds the dtd and parses the
>>> entities for special chars.
>>
>> Does it mean kaa/freevo doesn't depend on libxml2 any longer ?
>
> It still does in other areas. But for the final product I want to
> remove all libxml2 dependencies. But it needs some time.

find -name \*.py | egrep -v '(/build/|base/src/xml.py)' | xargs egrep 
'(kaa.*xml|libxml2)'

You see some code in kaa.canvas (can be ignored), kaa.metadata (anyone
willing to port it?), freevo fxd handling and tvserver load/save.


Dischi

-- 
Symbol's function definition is void: signature

Attachment: pgpfVZXnMaJ6t.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to