nameshave Action
Syntax
<nameshave in="$xml_with_namespaces" out="$no_more_namespaces"/>Usage
Example
<root xmlns="http://example.com/ns/2019/1" xmlns:side="http://example.com/ns/2019/2">
<a>catch me </a>
<side:a>if you can!</side:a>
</root><root>
<a>catch me </a>
<a>if you can!</a>
</root>Caution
Last updated