xsl-list
[Top] [All Lists]

Re: Summating/grouping

2003-06-18 06:22:36


<xsl:for-each select="/Invoice/InvoiceLine/Charge[(_at_)Type =
'Tax']/TaxRate/@Code[generate-id(.)=generate-id(key('TAX', @Code)[1])]">

               ^here your current node is a code attribute
but the predicate will be false for all of them as the keuy matches 
Charge elements.


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



<Prev in Thread] Current Thread [Next in Thread>