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

Re: How to detect if the context item exists

Subject: Re: How to detect if the context item exists
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Fri, 01 Jul 2011 00:19:46 +0100
Re:  How to detect if the context item exists
On 01/07/2011 00:03, David Carlisle wrote:
On 30/06/2011 21:23, Michael Kay wrote:
No, within a named template it's not statically decidable. The named
template might be called from within a function.

yes (that's the usual way the context gets undefined) but what I meant was that the author of the stylesheet can write the template as


<xsl:template name=x">
<xsl:param name="hascontext" select="true()"/>
..

XSLT 3.0 will allow a named template to declare:


<xsl:context-item
   as? = sequence-type
   use? = "required" | "optional" | "prohibited" />

"optional" is the current behaviour"; required means it's an error to call the template without a context item; "prohibited" means any context item that exists in the caller isn't made available to the called template.

Michael Kay
Saxonica

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.