Re: [xsl] XSLT Processing Model Questions

Subject: Re: [xsl] XSLT Processing Model Questions
From: Peter Davis <pdavis152@xxxxxxxxx>
Date: Sun, 14 Apr 2002 00:31:01 -0700
Yup, pretty much.

On Saturday 13 April 2002 17:12, Dietrich Ayala wrote:
> <xsl:apply-templates select="child::node()"/>
>
> The processor would:
>
> * take the nodeset returned from evaluating "child::node()" against the
> source tree context node * follow the steps in 5.4 (applying template
> rules)

Yes, mixing in the steps from section 5.2 -- the examples there are pretty 
good.

> and 5.5 (conflict resolution for template rules) to determine which
> is the best template
> * apply the chosen template to the nodeset?

-- 
Peter Davis

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread