XML DOM setParameter() Method
Definition and Usage
The setParameter() method sets a stylesheet parameter.
Syntax:
setParameter(namespaceURI,localName,value)
Parameter | Description |
---|---|
namespaceURI | The namespace of the parameter. |
localName | The name of the parameter. |
value | The value of the parameter. |
Description
This method sets a value for the specified stylesheet parameter.