RE: [xsl] New to XML - probably not yet worthy of your time.

Subject: RE: [xsl] New to XML - probably not yet worthy of your time.
From: "Daniel Newman" <daniel.newman@xxxxxxxxxxx>
Date: Wed, 4 Jul 2001 12:26:42 +0100
	<xsl:for-each select="gallery/pic">
	<tr>
		<td colspan="2"><b><xsl:value-of
select="info/title"/></b></td>
	</tr>
	<tr>
		<td colspan="2">
		<a href="{info/link}">Relevant Site</a>
		</td>
	</tr>
	<tr>
		<td>
		<IMG width="386" SRC="gfx/{image/src}" />
		</td>
		<td valign="top" class="blacknormtext">
			<xsl:value-of select="info/description"/>
		</td>
	</tr>
	</xsl:for-each>

HTH?

Daniel Newman

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


Current Thread