Concept Framework 2.0 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: Fri Jan 21 18:06:23 2011 GMT | (c)2011 RadGs Software |