XSLT speed comparisons

Ross Ridge rridge at csclub.uwaterloo.ca
Wed Sep 27 20:52:26 EDT 2006


Damian wrote:
> The errors can be seen at http://python.pointy.co.nz/test (I'm leaving
> the existing, slower version running at the moment for the rest of the
> site).

Hmm... it seems that you don't have MSXML 4.0 installed on your
machine.  I missed the fact that you're using ASP.NET, so your ASP code
probably is probably using the .NET XML implementation instead of
MSXML.  In that case, another alternative might be to use IronPython
and just translate your ASP script into Python.

                                         Ross Ridge




More information about the Python-list mailing list