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

Re: Capturing result of <xsl:apply-templates/> in a v

Subject: Re: Capturing result of <xsl:apply-templates/> in a variable
From: David Sewell <dsewell@xxxxxxxxxxxx>
Date: Tue, 6 Dec 2011 15:27:35 -0500 (EST)
Re:  Capturing result of <xsl:apply-templates/> in a  v
Right... in the example I gave, the template will always return at least an element, but I should have generalized for null results.

On Tue, 6 Dec 2011, David Carlisle wrote:

On 06/12/2011 19:52, David Sewell wrote:
Just now when writing a transform, for temporary diagnostic purposes I
needed to produce messages showing (1) the initial string value of an
input element before template application, and (2) the output string
value after template application. Oddly enough I have never before
wanted to do precisely that task.

A moment's reflection suggested that I could capture the result of
<xsl:apply-templates/> and use it as a variable, thus (given XSLT 2.0):

<xsl:template match="INPUT">
<xsl:variable name="appliedTemplates" as="item()+">
<xsl:apply-templates/>
</xsl:variable>
the + there means this will generate an error if the apply-templates generates no output, whereas the original version would just silently produce nothing. a * would allow this empty result.

David



-- David Sewell, Editorial and Technical Manager ROTUNDA, The University of Virginia Press PO Box 400314, Charlottesville, VA 22904-4314 USA Email: dsewell@xxxxxxxxxxxx Tel: +1 434 924 9973 Web: http://rotunda.upress.virginia.edu/

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.