Discuss this help topic in SecureBlackbox Forum
TElXMLNamespaceMap represents a namespace map for the XPath expression (a description of the XPath language can be found here: XPath (XML Path Language)).
Description
Each namespace is represented by its value:
URI, and corresponding
Prefix.
To find a namespace by its prefix, use
FindNamespace.
To add or remove a namespace, use
AddNamespace or
RemoveNamespace correspondently.
.NET: