Re: [xsl] Name of current mode

Subject: Re: [xsl] Name of current mode
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Mon, 19 Apr 2010 14:32:16 +0200
On 19.04.2010 14:24, Christian Roth wrote:
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>

As far as I know, there isn't.


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>

Gerrit


...


</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