- Contents
Interaction Designer Help
XML Get Namespaces
This XML tool returns a list of strings containing all namespace URIs used in the document that owns the given node. Thus, all namespace URIs used in the document are always returned, even if the node is some descendant of the document node.
Inputs
Document
Node of document whose namespaces are to be returned.
Outputs
Namespace URI List
List containing strings of the namespace declaration URIs used in the document.
Exit Paths
Success
This path is taken if the namespaces are successfully retrieved.
Empty
This path is taken if there are no namespace URIs in the document.
Failure
This path is taken if the operation fails.