I find ParsedXML quite usable... how big are your documents? ParsedXML has been known not to perform ideally on really big documents. There should be a speedup in ParsedXML in CVS, as ParsedXML development is starting to progress again; consider subscribing to the new zope-xml list with your question... http://lists.zope.org/mailman/listinfo/zope-xml Sean -----Original Message----- From: David Kyte [mailto:david.kyte@microamps.com] Sent: Thursday, October 18, 2001 12:41 PM To: zope@zope.org Subject: [Zope] XMLParsed Is anyone using XMLParsed out there? I am finding it really slooooooow. I have parsed a small XML document but it is almost unusable. Any one else have any experience? Thanks Dave _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
sean.upton@uniontrib.com wrote:
I find ParsedXML quite usable... how big are your documents? ParsedXML has been known not to perform ideally on really big documents.
There should be a speedup in ParsedXML in CVS, as ParsedXML development is starting to progress again; consider subscribing to the new zope-xml list with your question...
Note that this speedup is only in connecting the rest of Zope to the DOM; if that is what slow (quite possible), then this is going to help. If it's the DOM or the parser that's slow then these fixes aren't going to help. I haven't noticed the DOM being that slow though, at least for small to moderately sized documents. Regards, Martijn
participants (2)
-
Martijn Faassen -
sean.upton@uniontrib.com