| SAXONICA | 
fn:id(string* $srcval) → element*
Function signature
| $srcval | xs:string * | 
| Result | element() * | 
Finds the elements with given ID attribute values
fn:id(string* $srcval, node() node) → element*
Function signature
| $srcval | xs:string * | 
| Result | element() * | 
Finds the elements with given ID attribute values, within a specified document.