[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

First close a tag, then open

Subject: First close a tag, then open
From: Patrick van Halderen <patrick@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 3 Dec 2003 16:53:22 +0100
patrick van halderen
Hi all,

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. Check this:

<xsl:template name="supply">

<table>

<tr>

<xsl:for-each select="itemname">

<td>
*The data in here*
</td>

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

	</tr>
	<tr>

</xsl:if>

</tr>
</table>


Does anyone know how to solve this? Thanks, Patrick


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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.