xsl-list
[Top] [All Lists]

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

2003-09-26 13:01:38
Thanks Tom. It's now working...I appreciate the lesson on the $rowcolor...
kathy

-----Original Message-----
From: Passin, Tom [mailto:tpassin(_at_)mitretek(_dot_)org]
Sent: Friday, September 26, 2003 3:35 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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