standard.lib.xml.xmlGetNsList

xmlGetNsList is available since version 1.0.

Prototype:

number xmlGetNsList(number doc, number node)

Parameters

doc
the XML document tree handle
node
the current node

Description:

Search all the namespace applying to a given element.
NOTE: This function is not fully supported for now.

Return value:

Returns ns list handle, or null if failed.