Re: [xsl] iterating over unstructured data

Subject: Re: [xsl] iterating over unstructured data
From: "Jonathan Perret" <jonathan@xxxxxxxxxxxx>
Date: Mon, 4 Feb 2002 11:49:59 +0100
<xsl:template match="root">
<table>
<xsl:for-each select="foo">
    <tr>
    <td><xsl:value-of select="." /></td>
    <td><xsl:value-of select="following-sibling::bar[1]" /></td>
    </tr>
</xsl:for-each>
</table>
</xsl:template>

Hope this helps.
--Jonathan



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


Current Thread