Path: blob/main/files/en-us/web/xpath/functions/id/index.md
6540 views
------{{ XsltRef() }}
The id function finds nodes matching the given ids and returns a node-set containing the identified nodes.
Syntax
Arguments
expression: If
expressionis a node-set, then the string value of each node in the node-set is treated as an individual id. The returned node set is the nodes corresponding to those ids. Ifexpressionis a string, or anything other than a node-set, thenexpressionis treated as a space-separated list of ids. The returned node set is the nodes corresponding to those ids.
Returns
A node-set containing the node or nodes identified by the given id or ids.
Notes
The DTD of the XML document determines what attribute is an ID. See XPath 1.0 5.2.1
Defined
Gecko support
Partially supported.