RE: [xsl] Extending Xhtml2fo.xsl to handle CLASS attributes

Subject: RE: [xsl] Extending Xhtml2fo.xsl to handle CLASS attributes
From: Graham Hannington <Ghannington@xxxxxxx>
Date: Tue, 17 Dec 2002 15:12:34 -0000
...alternatively, if there's no solution to:

> how can I call a named template, where the name of the template I
want to call is stored in a variable?

then how about a way to call the XSL inside the <behavior> element (below),
as if it were a named template?

	<rule selector="span.symbol">
		<behavior>
			<xsl:choose>
				<xsl:when
test="text()='|'">&#x25B6;</xsl:when>
			</xsl:choose>
		</behavior>
	</rule>

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


Current Thread