xsl-list
[Top] [All Lists]

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

2007-08-03 12:20:55
--- Steve <subsume(_at_)gmail(_dot_)com> wrote:
should be xsl:value-of select="." />

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

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

OK good getting there. So do I need 3 for-each
statements then, one for FIRST, one for LAST and one
for PHONE elements?


       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433

--~------------------------------------------------------------------
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>
--~--