xsl-list
[Top] [All Lists]

RE: [xsl] when to use 'as' attribute on a variable

2006-03-08 10:09:44
xslt/xpath does use "tree" informally to include document 
fragments that do
not start with / 

No, this is not an "informal" usage, it's the correct usage. XPath Data
Model section 2.1

http://www.w3.org/TR/xpath-datamodel/

Every node belongs to exactly one tree, and every tree has exactly one root
node.

[Definition: A tree whose root node is a Document Node is referred to as a
document.]

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
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>
--~--