[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Autonumbering with XSLT

Subject: Autonumbering with XSLT
From: Peter Finch <peter@xxxxxxxxxxx>
Date: Tue, 07 Jan 2003 00:18:02 +1100
xsl autonumber
Hi,

I have an XML document that I am trying to autonumber. For
example

<DB>
 <TABLE>
 <TABLE>
<DB>
 <TABLE>
 <TABLE>
 <TABLE>

I can generate the numbers for the TABLE, while in the DB,
without any trouble as each belongs to a node-list for
each <DB> element. The problem is when I try to list all the
TABLEs' and number them for the cross reference part
of the book. e.g.

<xsl:for-each select="//TABLE">
 <xs:value-of select="position()"/>
</xsl:for-each>

For this I get back (1,2,3,4,5) as all the <TABLE> elements
belong to the node-list created by "//TABLE" and position()
returns the location in the node-list not in the parent node.
What I really want back is (1,2,1,2,3).

Any suggestions?

Many thanks,
Peter

   ___
  (OvO)
  /:::\
  \|:|/
/--m-m--------------------------------+
| Peter Finch (p.finch@xxxxxxxxxxx)   |
| Home Planet Software                |
| http://www.homepla.net/             |
/-------------------------------------/




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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.