| 
 
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  | 
<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>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
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] use rightfuly two nested Tabl, 1alp | Thread | Re: [xsl] use rightfuly two nested , 1alp | 
| Re: [xsl] Select entire XML doc, Oleg Tkachenko | Date | [xsl] Problem trying to execute lib, Esther Parrilla Endr | 
| Month |