Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
xmlNewNsProp | version 1.0 | no |
number xmlNewNsProp(number node, node ns, string name, string value) |
node | the XML node handle |
ns | the XML namespace handle as returned by xmlNewNs |
name | the name of the attribute |
value | the value of the attribute |
Create a new property tagged with a namespace and carried by a node. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT | (c)2011 RadGs Software |