This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

context


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]