1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
4 <this i="123" j="456"/>
8 <xm:RemoveAttributes select="/Test/a/*" name="j"/>
9 <b first="hey" second="my cat" last="you"/>
10 <b first="you" second="nothing" last="that car"/>
11 <b hour="11" minute="12" second="55"/>
12 <xm:RemoveAttributes select="/Test/b[@first]" name="second"/>