xsl-list
[Top] [All Lists]

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

2009-12-10 18:57:40
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--