mixed implicit and explicit stylesheet - possible ?

Subject: mixed implicit and explicit stylesheet - possible ?
From: "Simon Polz" <Simon.Polz@xxxxxxxxx>
Date: Sat, 5 Aug 2000 21:16:20 +0200
hi all

is it possible to mix implicit and explicit stylesheets ? 

i need something like:

<xsl:template match='Option[@Type="List"]'>
<select>...</select>
</xsl:template>

<html xmlns:xsl="...">
...
	<td><xsl:value-of select="Section/@Name"/></td>
	<td><xsl:apply-template select="Option"></td>
</html>

i have not yet received my copy of mike's XSLT book - so i apologize if
this should be obvious for the well-read


thanks in advance


simon


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


Current Thread