Re: xslt transforms of large results

From: Wayne M (wmdev_at_yahoo.co.uk)
Date: 02/12/04


Date: 12 Feb 2004 07:10:31 -0800

When you mean optimised, do you mean using xsl:key on the Cell nodes?

>From memory, xsl:key doesn't work with the .NET 1.0 XML engine, and
even with .NET 1.1 the XML engine is very slow compared to MSXML. The
best way to increase performance of XSLT until NET 2.0 is to use the
MSXML engine via interop.

Wayne


Loading