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

Subject: [xsl] use rightfuly two nested Tables together with xsl:for-each select
From: 1alp@xxxxxx
Date: Thu, 27 Feb 2003 12:35:39 +0100 (MET)
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


Current Thread