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]

mixed implicit and explicit stylesheet - possible ?



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

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