This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


	<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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]