
The id() function returns the node or nodes whose ID attribute matches the given ID attribute.
node-set id(value)A value. If the value is not a node-set, it is converted into a string using the rules for the string() function. Each whitespace-separated token in the string is a candidate ID value for selecting nodes. If the argument is a node-set, each node in the node-set is converted into a string, made up of tokens to be used as candidate ID values.
|
Comments?
devdoc-feedback@netscape.com |