Subject: Re: restrict elements for call-template
From: Tom Mullen <Tom.Mullen@xxxxxxxxxxx>
Date: Wed, 11 Oct 2000 09:52:18 +0000 (GMT)
|
Jerome,
>I'd like to use something like:
><xsl:call-template name="toc"/ select="div">
>
>Any idea how to do that ?
You could use the mode attribute
<xsl:apply-templates mode="toc" select="div">
Regards
Tom Mullen
-----------------------------------------------------------------
Visit our Internet site at http://www.reuters.com
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Reuters Ltd.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|