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

Re: what are node set fragments and why are they ruining my

Subject: Re: what are node set fragments and why are they ruining my life?
From: James Clark <jjc@xxxxxxxxxx>
Date: Wed, 15 Dec 1999 18:44:22 +0700
Re: what are node set fragments and why are they ruining my
As regards the XT output for xsl:message, note that the XSLT spec only
tells you what the final result tree should be: it doesn't say anything
about how templates are to be instantiated in order to achieve that
result tree.  This means that the spec gives you few guarantees about
when you will see messages from xsl:message.   XT takes advantage of the
latitude afforded by the spec, and evaluates result tree fragments
lazily (when a variable is bound to a result tree fragment it doesn't
actually create the result tree fragment, it merely remembers the
information that it needs to create the tree; when you use xsl:copy-of
on the variable, XT then uses that information to output the result tree
fragment, without ever creating a tree in memory). I don't recommend
using xsl:message with XT for tracing result tree fragments: you'll just
get confused.  I don't believe XT's behaviour is non-conformant.

James


 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.