Re: [xsl] translate to XML using XSL into an HTML table

Subject: Re: [xsl] translate to XML using XSL into an HTML table
From: Steve <subsume@xxxxxxxxx>
Date: Fri, 3 Aug 2007 15:00:37 -0400
should be xsl:value-of select="." />

>             <xsl:for-each select="//FIRST">
>             <tr>
>                 <td> <xsl:value-of
> select="//FIRST/*"/>
>
>                 </td>
>             </tr>
>             </xsl:for-each>

Current Thread