Re: xslt transforms of large results
From: Wayne M (wmdev_at_yahoo.co.uk)
Date: 02/12/04
- Next message: Wayne M: "Re: XML/A Performance"
- Previous message: Tony: "MultiLanguage Problem"
- In reply to: Akshai Mirchandani [MS]: "Re: xslt transforms of large results"
- Next in thread: Akshai Mirchandani [MS]: "Re: xslt transforms of large results"
- Reply: Akshai Mirchandani [MS]: "Re: xslt transforms of large results"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Wayne M: "Re: XML/A Performance"
- Previous message: Tony: "MultiLanguage Problem"
- In reply to: Akshai Mirchandani [MS]: "Re: xslt transforms of large results"
- Next in thread: Akshai Mirchandani [MS]: "Re: xslt transforms of large results"
- Reply: Akshai Mirchandani [MS]: "Re: xslt transforms of large results"
- Messages sorted by: [ date ] [ thread ]
Loading