Article:
 |
|
XSLT Performance in .NET
|
| Subject: |
|
Compiled stylesheets |
| Date: |
|
2003-07-17 00:35:53 |
| From: |
|
anonymous2
|
|
|
|
The author has failed to realise and utilise msxml4's ability to cache and compile XSLT stylesheets. Look up IXSLTemplate in the msxml4 SDK documentation for an explnation.
The time to compile a stylesheet would explain the "slow" performance for preapring the XSLT for transformation, that the author has attributed merely to object creation.
This comparision between the two parsers is very poor and needs to be redone. I am surprised that O'Reilly even put their name to this.
|
Showing messages 1 through 2 of 2.
-
Compiled stylesheets
2003-07-17 22:28:29
anonymous2
[Reply | View]
-
Compiled stylesheets
2003-12-12 13:58:52
anonymous2
[Reply | View]