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

displaying position of nodes

Subject: displaying position of nodes
From: "Mac Martine" <email@xxxxxxxxxxxxxxxx>
Date: Thu, 20 Feb 2003 13:06:37 -0800
xml position of node
Argh.
I'm trying to loop through all the nodes and display the position of the
node next to the value of the node. The values display, but only one of
the positions displays. Why is that??? The same happens if I try to
display local-name().
Thanks-
 Mac

XSL
===========================
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/">
	<body>
		<xsl:apply-templates  />
	</body>
</xsl:template>

<xsl:template match="*">
	<xsl:value-of select="."/>
	<xsl:value-of select="position()"/>
</xsl:template>

</xsl:stylesheet>

XML
============================
<root>
<desktop>
<window>main</window>
<window>sub</window>
<pane>
<button>one</button>
<button>two</button>
</pane>
</desktop>
</root>

RESULT
Displays: 
main sub one two 1
xsl-list@xxxxxxxxxxxxxxxxxxxxxx


 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.