This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: <xsl:stylesheet xmlns...



>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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]