RE: <xsl:stylesheet xmlns...

Subject: RE: <xsl:stylesheet xmlns...
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Mon, 7 Aug 2000 15:05:33 +0100
>Um no! think of an xslt and an xml snipped to the limit for brevity
><xsl:template match="row">
>	<tr><td><xsl:value-of select="c" /></td></tr>
></xsl:template>
>
><row>
><c>xxxxx</c>
><c>yyyyyy</c>
>for another 3000
></row>
>
It was late what I meant to say was
<xsl:template match="c">
	<tr><td><xsl:value-of select="." /></td></tr>
</xsl:template>
What I actually gave was the exception that proves the rule.

Ciao Chris


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


Current Thread