Re: [xsl] Multi-mode template including the default mode

Subject: Re: [xsl] Multi-mode template including the default mode
From: Michael Ludwig <milu71@xxxxxx>
Date: Fri, 11 Dec 2009 00:56:31 +0100
Rowan Sylvester-Bradley schrieb am 10.12.2009 um 23:45:13 (-0000):
> In XSLT 2.0, I can write a template with mode="m1 m2 m3" that will get
> called in modes m1, m2 and m3. How do I include the default (nameless)
> mode in the list of modes that the template will get called in?

  mode="m1 m2 m3 #default"

See M. Kay's "XSLT 2.0 and XPath 2.0", 4th edition, index p.1247, then
p.486 and p.242.

-- 
Michael Ludwig

Current Thread