[XML-SIG] The fastest XML parser around
Hannu Krosing
hannu@tm.ee
01 Apr 2002 09:46:16 +0200
On Mon, 2002-04-01 at 05:28, Andy Robinson wrote:
> ReportLab (www.reportlab.com) are proud to announce the release of pyRXP,
> the fastest XML parsing toolkit for python, and possibly for any other
> language
> anywhere:
>
> http://www.reportlab.com/xml/pyrxp.html
>
> pyRXP is a wrapper around the excellent RXP parser developed by Richard
> Tobin at the University of Edinburgh. Our goal is very simple: get an
> entire
Have you tested this against libxml2 (http://www.xmlsoft.org/)
On my 850MHz Athlon it parsed the test doc in 0.27sec with memory factor
of 8.3. It also is validating.
------------
Hannu