David, Wendell, Mark and everybody else,
Thank you very much for being so patient with me!! I figured it out. I should not use xsl:number level="any" count="buProdId"/> to do the count. count(//productId) should be used here.
I am a newbie with xsl and am still trying to learn how to explain my xsl type of questions.
I appreciate all your help!!!
Charlene
-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Wednesday, June 18, 2003 1:25 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: xsl:number problem
> Based on my xml, how can I do a count of all productId in the solution tree?
finally, a question that can be answered.
select="count(//productId)"
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|