Subject: Re: xsl:number problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 Jun 2003 17:08:14 +0100
|
I thought we had agreed earlier that xsl:number is not teh best way to
count nodes, given that Xpath has a count function for that purpose?
However
After I changed to <xsl:number level="any" count="productId[publisher='NETg' or publisher='Wave']"/> or
<xsl:number level="any" count="//productId[publisher='NETg' or publisher='Wave']"/>
Clearly the second expression starting with // will always give the same
value as it always counts all the nodes in the document, since it starts
with / it does not depend on the current node at all.
The first expression will return different values depending on the
current node.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Yan, Charlene - Fri, 20 Jun 2003 11:48:11 -0400 (EDT)
- David Carlisle - Fri, 20 Jun 2003 12:09:13 -0400 (EDT) <=
- Michael Kay - Fri, 20 Jun 2003 13:38:57 -0400 (EDT)
- David Carlisle - Fri, 20 Jun 2003 14:52:44 -0400 (EDT)
|
|