Subject: RE: Getting the deepest node and calculating relative paths
From: "Devlin, Kurt" <Kurt.Devlin@xxxxxxxxxxxxx>
Date: Fri, 26 Jan 2001 11:08:12 -0600
|
Jeni Tennison wrote:
> Anyway, to describe David C.'s typically verbose solution:
This reminded me of one of my favorite templates...
<xsl:template match="pot">
<xsl:call-template name="kettle">
<xsl:with-param name="color" select="'black'" />
</xsl:call-template>
</xsl:template>
:-)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|