RE: [xml-dev] XPath/XQuery/XSLT fn:node() question
> Could you reference where in the specs that the child axis doesn't
> contain attributes ?
The data model[1] which says
The children must consist exclusively of Element,
Processing Instruction, Comment, and Text Nodes if
it is not empty. Attribute, Namespace, and Document
Nodes can never appear as children
[1] http://www.w3.org/TR/xpath-datamodel/#ElementNode