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

Re: use rightfuly two nested Tables together with xsl

Subject: Re: use rightfuly two nested Tables together with xsl:for-each select
From: Rick Taylor <taylor@xxxxxxxx>
Date: Thu, 27 Feb 2003 10:46:05 -0700
xsl nested tables
You don't have the second table within a column and/or row

<table id="table1">
 <tr>
 <td>
  some table 1 data
<td>
 <td>
    <table id="table2">
     <tr><td>some table 2 data</td></tr>
    </table>
 </td>
</tr>
</table>

At 12:35 PM 2/27/03 +0100, you wrote:
Hi,

Does sombody know, how i could  use rightfuly two nested Tables together
with  xsl:for-each select ?
There is a sample of my code:
<table border="1" >
<xsl:for-each select="DATA1">
<tr><td>
<xsl:value-of select="LMK"/> </td>  <td> <xsl:value-of select="DLF"/>
/td></tr>

<table border="1">

<xsl:for-each select="DATA2">
<tr><td><xsl:value-of select="HPN"/> </td>  <td>   <xsl:value-of
select="FSI"/> </td> </tr>

</xsl:for-each>

</table>
</xsl:for-each>
</table>

Thanks for your help



--
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


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

Rick Taylor XML Developer PPDM Association


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.