>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
|