standard.lib.xml.xmlNewGlobalNs

xmlNewGlobalNs is available since version 1.0.

Prototype:

number xmlNewGlobalNs(number doc, string href, string prefix)

Parameters

doc
the XML document
href
the URI associated
prefix
the prefix for the namespace

Description:

Creation of a Namespace.
The old way using PI and without scoping(DEPRECATED).

Return value:

Returns always null.