[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] position() returns what?


Subject: Re: [xsl] position() returns what?
From: David Elsmore <delsmore@xxxxxxxxxxxxx>
Date: Fri, 24 Oct 2003 10:25:53 +0100

Morten Andersen wrote:

ksI want to iterate through a list of elements and bewteen these elements put a link that indicates where in the xml-document we are.

You could try:


<xsl:template match="part">
   <xsl:number/>
   </xsl:template>

--
David Elsmore
IT Development Manager
School of Social Sciences and Law
Oxford Brookes University
Tel: 01865 484176
email: delsmore@xxxxxxxxxxxxx



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread