[
Lists Home |
Date Index |
Thread Index
]
>
> I am working with XML data integration and I'd like to
> know if there is a function defined in XQuery that
> returns the node identity of a given node.
>
Do you mean like generate-id() in XSLT?
No, there's no such function. But there are operators on node identity,
notably A is B tests if A and B are the same node.
Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com
|