Re: For Each in XSL

Subject: Re: For Each in XSL
From: Guy_Murphy@xxxxxxxxxx
Date: Tue, 16 Feb 1999 11:54:40 +0000
Hi.

Can you give an example of the code you're using? Is it anything like...

<xsl:template match="first">
     <xsl:for-each select="node.a/a">
          <!-- produce something -->
     </xsl:for-each>
</xsl:template>

Cheers
     Guy





xsl-list@xxxxxxxxxxxxxxxx on 02/16/99 05:45:03 PM

To:   xsl-list@xxxxxxxxxxxxxxxx
cc:    (bcc: Guy Murphy/UK/MAID)
Subject:  For Each in XSL




<first>
        <node.a>
                <a>ADO 2.0</a>
                <a>ASP 2.0</a>
                <a>ActiveX</a>
        </node.a>
</first>
This might be pretty simple, but I can't seem to get the values of the
chilren of the <node.a> node.
I only ever seem to get the first value. Does anyone know what I should
do??
Thanks,
Steven
Steven Livingstone BSc MSc GradInstP
Corporate Systems Development (TCN)
Royal Bank Of Scotland.
[SNIP]




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


Current Thread