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:41:48 -0400
<xsl:for-each select="//LISTING"> should match both listings (...I believe).

Can you post some idea of your output HTML?

I'm guessing <tr><td>first</td><td>last</td></tr>

On 8/3/07, oryann9 <oryann9@xxxxxxxxx> wrote:
>
> --- Steve <subsume@xxxxxxxxx> wrote:
>
> > Depends. Seems like you could just for-each
> > //LISTING and then
> > xsl:value-of select="FIRST", "LAST", etc.
> >
>
> No b/c there are multiple entries under the 1st
> LISTING ELEMENT where as there is only 1 entry in the
> second LISTING.
>
>
>
>
> ____________________________________________________________________________________
> Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
> http://sims.yahoo.com/

Current Thread