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]

Re: How to use mode



> 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


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