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]

restrict elements for call-template


Hi all,

I have a template called "toc" which will recursively call itself
to print a Toc of a document.

Now, in some part of the document, I'd like to print only one
level of TOC by just restricting what the "toc" template sees
(like using a select in the xsl:apply-template) but the select
does not seems to be part of call-template.

I'd like to use something like:
<xsl:call-template name="toc"/ select="div">

Any idea how to do that ?

Regards,
Jerome.

__
  - Jerome Thebert - Schlumberger RMS - Felixstowe (UK)-http://www.slb.com
     Direct Phone: (0044)(0)1394 694226 - Shared Fax: (0044)(0)1394 276030
              ------------------------------------------------------------


 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]