[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Nested loops

Subject: Re: Nested loops
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Sat, 13 Nov 2004 07:34:35 -0500
nested loops
On Nov 13, 2004, at 6:53 AM, Peter Bradley wrote:

I've tried all sorts of things including predicates and variables, but I just can't seen to find a valid XPath expression that gives me the node set I need.

How about this:


<xsl:template match="invoice">
   <xsl:variable name="record" select="invoice_rec/invoiceNumber"/>
   <xsl:apply-templates select="invoice_rec"/>
   <xsl:apply-templates
		select="../invoice_line[invoice_line_rec/invoiceNumber='$record']"/>
   ...
</xsl:template>

Bruce

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.