XmlNode::GetVisibleNamespaces (open)

Get a list of visible namespaces

Syntax

LOADLIB "wh::xml/dom.whlib";

RECORD ARRAY FUNCTION GetVisibleNamespaces()

Return value

RECORD ARRAY

A record array of registered namespaces

STRING namespaceuri

Actual namespace uri

STRING prefix

Prefix 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