[
Lists Home |
Date Index |
Thread Index
]
You are misinterpreting my question:
Is it possible to say doc ("test.xml")/a//@b
is the above equivalent to:
doc ("test.xml")/(a/@b | a//*/@b)
thanks, murali.
// is the descendant axis - not the root of the document.
the question tries to see whether attributes and elements are treated
similarly by the // axis
On Wed, 25 Feb 2004, Murali Mani wrote:
>
> is it possible to say in XPath
>
> a//@b
>
> is the above equivalent to:
>
> (a/@b | a//*/@b)
>
> thanks, murali.
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
|