|
Subject: Re: [xsl] Outputting closing HTML table tags conditionally From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx> Date: Sat, 29 Nov 2003 18:29:15 -0500 |
I am having trouble understanding how to output closing HTML tags
My stylesheet (with XML declaration, <xsl:output> and root template XSL ommitted) is:
<table>
<xsl:for-each select="image">
<xsl:if test="position() mod 4 = 0">
<tr>
<xsl:for-each select=". | following-sibling::image[1] |
following-sibling::image[2] |
following-sibling::image[3]">
<td><!--stuff for each iamge--></td>
</xsl:for-each>
</tr>
</xsl:if>
</xsl:for-each>
</table>Anybody have any suggestions? All I want to do is output '</tr></table><table><tr>' within xsl:if.
-- Next public European delivery: 3-day XSLT/2-day XSL-FO 2004-01-?? Instructor-led on-site corporate, government & user group training for XSLT and XSL-FO world-wide: please contact us for the details
G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) ISBN 0-13-065196-6 Definitive XSLT and XPath ISBN 0-13-140374-5 Definitive XSL-FO ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath ISBN 1-894049-11-X Practical Formatting Using XSL-FO Member of the XML Guild of Practitioners: http://XMLGuild.info Male Breast Cancer Awareness http://www.CraneSoftwrights.com/s/bc
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Outputting closing HTML table, Mark Jordan | Thread | [xsl] "Instantiating a template" ?, Sony Antony |
| [xsl] Outputting closing HTML table, Mark Jordan | Date | Re: [xsl] Separating multiple value, JCS |
| Month |