xsl-list
[Top] [All Lists]

Re: First close a tag, then open

2003-12-03 09:48:10
At 2003-12-03 16:53 +0100, Patrick van Halderen wrote:
I'm currently facing the following problem:

I need to format some data in a list into an HTML table. However, I need 2 columns, so I thought of using a <xsl:if test="position() mod 2 = 0"> after each item. However, when making things up, I ended with the following code, which doesn't validate, for closing the tr first, and opening it there after.

Saturday, November 29, 2003:

  http://www.biglist.com/lists/xsl-list/archives/200311/msg01112.html

I hope this helps.

.................. Ken

<xsl:if test="position() mod 2 = 0">

        </tr>
        <tr>

</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(_at_)CraneSoftwrights(_dot_)com
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


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



<Prev in Thread] Current Thread [Next in Thread>