|
Subject: Re: [xsl] Nested loops From: Peter Bradley <apvx95@xxxxxxxxxxxxx> Date: Sat, 13 Nov 2004 12:47:35 +0000 |
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Nested loops, Bruce D'Arcus | Thread | Re: [xsl] Nested loops, G. Ken Holman |
| Re: [xsl] Nested loops, G. Ken Holman | Date | Re: [xsl] Nested loops, Peter Bradley |
| Month |