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]

RE: Getting the deepest node and calculating relative paths


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


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