xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Nested loops


Subject: Re: [xsl] Nested loops
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Sat, 13 Nov 2004 07:34:35 -0500

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
Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor