XmlNode::GetVisibleNamespaces (open)
Get a list of visible namespaces
Syntax
LOADLIB "wh::xml/dom.whlib";
RECORD ARRAY FUNCTION GetVisibleNamespaces()Return value
RECORD ARRAYA record array of registered namespaces
STRING namespaceuriActual namespace uri
STRING prefixPrefix of this namespace. An empty string for the default namespace
Description
This function returns all prefixes that are active on the specific element, ie it will process the xmlns="" and xmlns:="" attributes on element and all its parents