Subject: context
From: Jo Bourne <venus@xxxxxxxxx>
Date: Fri, 16 Feb 2001 01:11:54 +1100
|
Hi,
In the following example:
<xsl:template match="page">
<xsl:choose>
<xsl:when test="root/@table_verb='remove'">
<xsl:apply-templates select="*/title_string"/>
</xsl:when>
</xsl:choose>
</xsl:template>
does the select in the apply-templates tag still refer to the grandchild of page called title_string?? ie does the choose/when process change the context?
thanks in advance
Jo
--
Jo Bourne
Virtual Artists Pty Ltd
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- context
- Jo Bourne - Thu, 15 Feb 2001 09:14:41 -0500 (EST) <=
|
|