RE: Multiple Rows in a Table / Same Element

Subject: RE: Multiple Rows in a Table / Same Element
From: Matthew Bentley <Matthew.bentley@xxxxxxxxxxxxxx>
Date: Thu, 10 Aug 2000 09:05:50 +1200
>Thanks Mike Brown and Mike Kay for your help.  I was able to get the rows I
>needed but is there a way to get each individual date within it's own <TD>
>tags??  Currently the days are all in one <TD> tag for each row.  Thanks

in your "day" template:

<xsl:template match="day">
	<td>
		<xsl:apply-templates />
	</td>
</xsl:template>
******************************************************************
Warning: This email, including any attachments, 
is for the use of the intended recipient(s) only.
Republication and redissemination, 
including posting to news groups or web pages, 
is strictly prohibited without the express prior consent of Brooker's Limited.
******************************************************************


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


Current Thread