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:24:14 -0400
Depends. Seems like you could just for-each //LISTING and then
xsl:value-of select="FIRST", "LAST", etc.

On 8/3/07, oryann9 <oryann9@xxxxxxxxx> wrote:
> --- Steve <subsume@xxxxxxxxx> 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

Current Thread