XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] XPath/XQuery/XSLT fn:node() question

On 28/02/2012 18:06, David Lee wrote:
> I know that the fn:node() function does not select attributes but I
> cannot find any definitive reference to that.

It's not actually a function but a node test. It does match on 
attributes, but because you have not supplied an axis it defaults (like 
every other expression) to the child: axis, and their are no attributes 
on that axis.

attribute::node()

does select attributes.
>
> http://www.w3.org/TR/xpath/#NT-AxisSpecifier
>
> I read:
>
> child::node() selects all the children of the context node, whatever
> their node type
>
 > But no reference to excluding attribute nodes.

there are never any attribute document or namespace nodes in the child axis.

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. 
________________________________________________________________________


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS