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

Re: xsl- Transforming to HTML table with two entries i

Subject: Re: xsl- Transforming to HTML table with two entries in each row
From: "Babu Sathish Ramaraj" <bramaraj@xxxxxxxxxx>
Date: Fri, 7 Mar 2003 12:55:57 +0530
amnon topel
U can use the position() function to find the current position of the field
tag .If the position is going to be multiples of 2 then close that row and
open a new row  else continue with that row.

Cheers,
BabuSathish.

----- Original Message -----
From: "Topel, Amnon" <amnon.topel@xxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, March 07, 2003 12:10 PM
Subject:  xsl- Transforming to HTML table with two entries in each row


>
> Hi,
> Let's say I hae the following XML
> <fields>
> <field>
> <name>Field 1</name>
> <value>Value 1</value>
> </field>
> <field>
> <name>Field 2</name>
> <value>Value 2</value>
> </field>
> <field>
> <name>Field 3</name>
> <value>Value 3</value>
> </field>
> <field>
> <name>Field 4</name>
> <value>Value 4</value>
> </field>
> </fields>
> and I want the html table output (using XSL transfomration) to be :
> <table>
> <tr>
> <td>Field 1</td>
> <td>Value 1</td>
> <td>Field 2</td>
> <td>Value 2</td>
> </tr>
> <tr>
> <td>Field 3</td>
> <td>Value 3</td>
> <td>Field 4</td>
> <td>Value 4</td>
> </tr>
> </table>
>
> My problem is creating the mechnism that puts 2 (istead of 1 which is
> simple and easy) "fields" in one row (tr element)
>
> Can anyone advise?
>
> Thanks
>
>
> Amnon Topel
> SCA, IeGB
> 08-6664213
> 067-886213
> Have a nice day....
>
>
> Amnon Topel
> SCA, IeGB
> 08-6664213
> 067-886213
> Have a nice day....
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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.