[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] default template ?


Subject: Re: [xsl] default template ?
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 27 Sep 2010 16:58:42 +0100

On 27 September 2010 16:53, Fabien Tillier <f.tillier@xxxxxxxx> wrote:
> Thanks Andrew !
> So, it will match the remaining nodes only ? (not the ones already "treated" by the specific templates ?)
> I assume there is a priority, specific templates being done before generic ones, right ?

Yep.  When you call apply-templates, a node list is built up.  Then
for each node in that list the appropriate template is applied (based
on priority of the match attribute).  If no template is found, the
default template is used.

This is all pretty core stuff - the way apply-templates works is the
main feature of XSLT.



-- 
Andrew Welch
http://andrewjwelch.com


Current Thread