xsl-list
[Top] [All Lists]

Re: position() returns what?

2003-10-24 02:25:53
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(_at_)brookes(_dot_)ac(_dot_)uk



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



<Prev in Thread] Current Thread [Next in Thread>