XmlElement::NormalizeNamespaces (open)

Normalize namespaces in this element and it's children

Syntax

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

MACRO NormalizeNamespaces()

Description

This function normalizes all namespaces and prefixes in this element and it's children. It implements the function pseudo-code given in DOM Level 3 Core annex B. http://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html