xsl-list
[Top] [All Lists]

Re: Re: xsl-list Digest 22 Jun 2005 05:10:01 -0000 Issue 455

2005-06-22 13:37:21

That there's no current node while processing a scalar value, I  
understand, but why can't there be a current document?

because current document means essentially the document node that you
get by executing ancestor::node()[last()] instance document()
and if the current item is a scalar value you can't execute that.
Nodes have identity and live in a document. values are just values.

(YOu could imagine a system in which "current document" was a separate
item in the context that was maintained (or changed) independently of
the "current item", but that's not the way it works.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>