xsl-list
[Top] [All Lists]

RE: [xsl] Finding the current node type

2007-07-31 04:54:19
XPath (2)  is careful to distinguish between the type of a 
node (the "node type") and the type of its value  (its "type 
annotation")

and indeed the "node kind", which is one of element, attribute, text,
comment, PI, namespace, or document.

Essentially, a "node type" may include constraints on the node kind, the
node name, and the node's [schema] type annotation.

Type annotation isn't quite the same as the type of the value. A node can
have a type annotation of xs:IDREFS, for example, and its value might be an
empty sequence. But there is a close relationship.

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

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