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