|
Subject: Re: [xsl] [XSLT2] setting context inside funcdefs From: Tobias Reif <tobiasreif@xxxxxxxxxxxxx> Date: Fri, 14 Feb 2003 16:03:52 +0100 |
Possibly it's referring to the fact that the focus can be set within a particular variable declaration. For example, the function might contain:
<xsl:variable name="path"> <xsl:for-each select="$context/ancestor-or-self::*"> <xsl:text>/</xsl:text> <xsl:value-of select="local-name()" /> </xsl:for-each> </xsl:variable>
Within the <xsl:for-each> the focus would be defined as usual and the local-name() function can be used without an explicit argument.
-- http://www.pinkjuice.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] [XSLT2] setting context i, Jeni Tennison | Thread | RE: [xsl] [XSLT2] setting context i, Michael Kay |
| RE: xslt core and intuition was RE:, Martinez, Brian | Date | Re: [xsl] [XSLT2] setting context i, Tobias Reif |
| Month |