Subject: RE: apply-template question...
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 17 Oct 2000 12:12:04 +0100
|
> The ideal way I think would be to override the global
> template in the page specific xsl file with something like...
>
> <!-- in the local xsl file -->
> <xsl:template name="section">
> <xsl:when test="@name = 'empInfo'">
> <!-- Somehow apply the global template of
> section: I dont know how. -->
> </xsl:when>
> </xsl:template>
>
You may find that <xsl:apply-imports/> meets your needs. Alternatively,
consider <xsl;apply-templates/> with a mode.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|