Re: A problem with [embedded templates???]

Subject: Re: A problem with [embedded templates???]
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Oct 1999 16:46:11 +0100 (BST)
<xsl:template match="title">
 <h1><xsl:apply-templates/></h1>
</xsl:template>

<xsl:template match="italics">
 <i><xsl:apply-templates/></i>
</xsl:template>

should work, this much (at least) has been stable since december.

David


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


Current Thread