XML Namespace Strip

Removes all namespaces from an XML document.

Revision History

1.0.0.0 Initial Release

Properties

SourceXml

Type: Xml Input
An XML document that includes elements in a named namespace.

ResultXml

Type: Xml Output
The returned XML document where all namespaces have been removed.

Remarks

Use this Node when you need to do further processing on an XML document (e.g. match specific elements) but it's unnecessary to match specific namespaces for your purposes. This technique makes it easier to build XPath's to match the elements of interest in a document.

Examples

See Sample Workflow for an example.

See Also

XPath Match