xsl-list
[Top] [All Lists]

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

2007-08-03 12:01:38
should be xsl:value-of select="." />

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

                </td>
            </tr>
            </xsl:for-each>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--