Re: [xml-dev] XPath expression to return an attribute's value

From
Mukul Gandhi <>
To
"Rachel D. Basse" <>
Date
2007-03-04T11:40:05Z
ID
<>
Thread
Re: [xml-dev] XPath expression to return an attribute's value
On 3/4/07, Rachel D. Basse <> wrote:
>Does XPath have a way to refer to the typed-valued of an attribute?

Quoted from http://www.w3.org/TR/xpath20/#id-typed-value

<quote>
The typed value of a node is a sequence of atomic values and can be
extracted by applying the fn:data function to the node.
</quote>

Also please refer - http://www.w3.org/TR/xquery-operators/#func-data.

-- 
Regards,
Mukul Gandhi