Re: [xsl] use rightfuly two nested Tables together with xsl:for-each select

Subject: Re: [xsl] 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
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