Re: [xsl] xsl:number problem

Subject: Re: [xsl] xsl:number problem
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 18 Jun 2003 22:33:12 +0200
Yan, Charlene wrote:
2.  I want to do a number like <xsl:number level="any" count="productId"/>.
However, I only want to get the xsl:number for productId that has publisher
of "NETg" or "Wave".

3.  Same question is for count(//productId).  How can I do a count of
productId that has publisher of "NETg" or "Wave"?

Try productId[publisher='NETg' or publisher='Wave'] in either case.

You should make up your mind whether it is productID or productId,
there is a difference. And, well, consider working through a good
XSLT book.

J.Pietschmann


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



Current Thread