[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Optimizing a XSLT

Subject: RE: Optimizing a XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 14 Apr 2003 20:10:45 +0100
xsl disble output escaping
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.