Creates a namespace-aware XML node whose name can be either a single string y or an x:y combination.
Return type:
Applies to:
CREATE-NODE-NAMESPACE( x-node-handle , namespace-uri , qualified-name , type )A character expression representing the namespace Uniform Resource Identifier (URI). The namespace-uri must be unique and persistent. Although the namespace-uri may be an HTTP URL, there is no guarantee that it points to a retrievable resource. It is only a name and care should be taken if you use this name for other purposes.If the character expression evaluates to either the empty string ("") or the Unknown value (?), no namespace is associated with the element.A character expression representing the name of the node, optionally qualified with a prefix including a colon (for example, prefix:node-name). Unless you are using a default namespace, a prefix is required and should be set to the prefix specified when you declared the namespace using the xmlns attribute.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |