fn:element-with-id

Returns the sequence of element nodes that have an ID value matching the value of one or more of the IDREF values supplied in $arg.

element-with-id($arg as xs:string*) ➔ element()*

Arguments

 

$arg

xs:string*

The ID value being sought, within the document containing the context node

Result

element()*

element-with-id($arg as xs:string*, $node as node()) ➔ element()*

Arguments

 

$arg

xs:string*

The ID value being sought

 

$node

node()

A node (typically the root) of the document being searched

Result

element()*

Namespace

http://www.w3.org/2005/xpath-functions

Links to W3C specifications

XPath 3.1 Functions and Operators