[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] context


Subject: [xsl] 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