Re: [xsl] XSLT Dead?

Subject: Re: [xsl] XSLT Dead?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Apr 2007 21:05:58 +0100
> Ahh, give and take. For-each is given nodes and apply-templates takes
> nodes it "wants". I think I see.

for-each is often used more with "pull" style, but actually it's
misleading (if educationally helpful) to characterise them this way.
for-each is equivalent to for-each in a unique mode with a single
template that matches node() (except in xslt2 where it would have to
math item() which isn't allowed).

David

Current Thread