RE: [xsl] finding the position of the parent element XSLT 1.0

Subject: RE: [xsl] finding the position of the parent element XSLT 1.0
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 28 Jun 2005 19:11:12 +0100
> How do I find out the position of the 'question' element from 
> template for
> the 'q' element?
> 

<xsl:number count="question"/>

Michael Kay
http://www.saxonica.com/

Current Thread