| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| xmlNewNs | version 1.0 | no |
| number xmlNewNs(number node, string href, string prefix) |
| node | the XML node handle |
| href | the URI associated |
| prefix | the prefix for the namespace |
| Creation of a new Namespace. This function will refuse to create a namespace with a similar prefix than an existing one present on this node. We use href as an empty string in the case of an element creation where the namespace was not defined. |
| Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT | (c)2013 Devronium Applications |