Re: [xsl] How to use mode

Subject: Re: [xsl] How to use mode
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 26 Jun 2001 10:21:32 +0100
> 1. Is a mode preserved? More precisely: If I call 
> 	<xsl:apply-templates mode="some-mode"/>
> And some called templated itself calls apply-templates, is it still in mode
> some-mode? (I think so. And it would be easy to switch to a different mode.)

No, you need to say <xsl:apply-templates mode="some-mode"/> again.
Note that in particular the default templates do not preserve the mode.

> But how can I call a template without a mode specification?
see above: you just don't put a mode attribute on the apply-templates.

> 3. How can I combine modes? 
You can't.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread