Subject: RE: Optimizing a XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 14 Apr 2003 20:10:45 +0100
|
XSLT is designed to do tree transformations, and is rather weak at
string handling. By using d-o-e all the time you are not generating a
tree at all in the output but are just generating a single text node
with a very large string that happens to have some < and > in there
somewhere.
Given that, it wouldn't be surprising if you were using some of the less
optimised parts of your XSLT engine's code.
Never use disble-output-escaping unless you are certain that you are in
some really special and rare situation where (a) it will help (b) you
don't care about interoperability.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: Optimizing a XSLT, (continued)
- Mike Haarman - Mon, 14 Apr 2003 14:32:09 -0400 (EDT)
- Kevin Jones - Mon, 14 Apr 2003 15:56:09 -0400 (EDT)
- Michael Kay - Mon, 14 Apr 2003 19:01:10 -0400 (EDT)
- Eric Barre - Mon, 14 Apr 2003 14:40:48 -0400 (EDT)
- David Carlisle - Mon, 14 Apr 2003 15:06:15 -0400 (EDT) <=
- Jeff Kenton - Mon, 14 Apr 2003 15:12:32 -0400 (EDT)
- Philip Fitzsimons - Mon, 14 Apr 2003 17:13:27 -0400 (EDT)
- Passin, Tom - Mon, 14 Apr 2003 15:06:24 -0400 (EDT)
|
|