XPathRegisterNs
The XPathRegisterNs
method registers a namespace with the XML parser.
Syntax
XPathRegisterNs( prefix, location )
Arguments
Argument | Description |
---|---|
prefix
|
(string) The namespace prefix. |
location
|
(string) The namespace location. |
Returns
(Boolean). True
if successful, False
in case of error.