RE: [xsl] Re: <xsl:choose> or variable syntax incorrect?

Subject: RE: [xsl] Re: <xsl:choose> or variable syntax incorrect?
From: "Kathy Burke" <Kathy_Burke@xxxxxxxxx>
Date: Fri, 26 Sep 2003 16:01:38 -0400
Thanks Tom. It's now working...I appreciate the lesson on the $rowcolor...
kathy

-----Original Message-----
From: Passin, Tom [mailto:tpassin@xxxxxxxxxxxx]
Sent: Friday, September 26, 2003 3:35 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Re: <xsl:choose> or variable syntax incorrect?


I wrote -

> <xsl:template match='data'>
> <html>
>    <table>
>       <xsl:apply-templates select='station'/>
>    </table>
> </html>
> </xsl:template>

I forgot to say that I wrapped a  couple of "station" elements in a
"data" just to have a root element for testing.  That's why I match on
"data" here.  Hope it was obvious!  You will no doubt arrive at your
"station" elements differently, but that should make no difference.

Cheers,

Tom P

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread