This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSLT Processing Model Questions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]