[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] combining multiple documents
Subject: Re: [xsl] combining multiple documents
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 28 Jan 2008 09:22:46 GMT
|
> I do not think processing relative to "the current node" context is
> an issue,
> Keys, as Michael pointed out, are global objects that reflect the
> state of processing at any instant that a key reference is used, it is
> only the nature of those references that I am concerned with.
These two statements are contradictory. The only part of the context at
the point that key() is used that affects the result is the current
node, by virtue of the fact that the last argument defaults to / which
depends on teh current node.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
|