[Home] [By Thread] [By Date] [Recent Entries]
<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
|

Cart



