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

Re: SV: <xsl:value-of ...> as value of HTML attribute

Subject: Re: SV: <xsl:value-of ...> as value of HTML attribute
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 26 Jun 2000 09:26:29 +0100 (BST)
xsl value of html
> First: Jeni is right about the semantics, but when it comes down to
> performance, this is what works the best.
> 
> 	<xsl:text disable-output-escaping="yes">&lt;option</xsl:text>

disable-output-escaping is never guaranteed to work at all. In many
cases it has a real performance hit in that it forces the entire
document to be reparsed as XML. outputting markup as text only works if
the output tree is being linearised to a text stream and then reparsed,
XSL is designed to ovoid that overhead and allow the output tree (or sax
stream, or any other internal form) to be passed straight to another XML
application without the overhead of reparsing.

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.