Re: [xsl] xsl:number problem

Subject: Re: [xsl] 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