RE: ORA-FO-252-Q: Missing feature: overloaded versions of fn:id and fn:idref

> 
> SECTION 15.4.2: fn:id
> 
> It would be nice to have overloaded versions for fn:id and 
> fn:idref, which explicitly specify the document node to be 
> searched from.
> 
> fn:id($arg1 as xs:string*, $arg2 as node()?) as element()* 
> fn:idref($arg1 as xs:string*, $arg2 as node()?) as node()* 
> 

It's easy to achieve this effect with a path expression:

$arg2/id($arg1)

Perhaps an example should point this out.

Michael Kay

Received on Tuesday, 17 February 2004 15:03:17 UTC