|
Subject: Re: [xsl] Name of current mode From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx> Date: Mon, 19 Apr 2010 14:32:16 +0200 |
Hello,
is there an accessor function for the current mode in XSLT 2?
The idea is to have something like this (I know this is NOT valid code!):
--snip-- <xsl:template match="image" mode="captioned-image block-image">
...
<xsl:if test="current-mode()='captioned-image'"> ...add some attribute... </xsl:if>
But you could probably use
<xsl:next-match />
in conjunction with
<xsl:template match="image" mode="captioned-image" priority="-1">
...add some attribute...
</xsl:template>
...
</xsl:template> --snip--
-Christian
-- Gerrit Imsieke Geschdftsf|hrer / Managing Director le-tex publishing services GmbH Weissenfelser Str. 84, 04229 Leipzig, Germany Phone +49 341 355356 110, Fax +49 341 355356 510 gerrit.imsieke@xxxxxxxxx, http://www.le-tex.de
Registergericht / Commercial Register: Amtsgericht Leipzig Registernummer / Registration Number: HRB 24930
Geschdftsf|hrer: Gerrit Imsieke, Svea Jelonek, Thomas Schmidt, Dr. Reinhard Vvckler
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Name of current mode, Christian Roth | Thread | Re: [xsl] Name of current mode, Christian Roth |
| [xsl] Name of current mode, Christian Roth | Date | Re: [xsl] Name of current mode, Christian Roth |
| Month |