Subject: RE: Re: <xsl:choose> or variable syntax incorrect?
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Fri, 26 Sep 2003 15:34:31 -0400
|
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
| Current Thread |
- RE: Re: <xsl:choose> or variable syntax incorrect?, (continued)
- David Carlisle - Sat, 27 Sep 2003 05:07:04 -0400 (EDT)
- Passin, Tom - Fri, 26 Sep 2003 15:20:31 -0400 (EDT)
- Kathy Burke - Fri, 26 Sep 2003 15:26:16 -0400 (EDT)
- Passin, Tom - Fri, 26 Sep 2003 15:35:08 -0400 (EDT) <=
- John Reid - Sat, 27 Sep 2003 22:11:41 -0400 (EDT)
- Kathy Burke - Fri, 26 Sep 2003 15:49:00 -0400 (EDT)
- Kathy Burke - Fri, 26 Sep 2003 16:01:50 -0400 (EDT)
|
|