Next in thread →
Next in month →
RE: [xml-dev] Node identity in XQuery
> > 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: work:
Next in thread →
Next in month →