fn:idref

fn:idref(string* $srcval) → node()*

Function signature

$srcval

xs:string *

Result

node() *

Finds the elements that link to the element with a given ID value.

XPath 2.0 Specification

fn:idref(string* $srcval, node() $doc) → node()*

Function signature

$srcval

xs:string *

Result

node() *

Finds the elements that link to the element with a given ID value.

XPath 2.0 Specification

Expand

Up  Next