Use tag URI instead of URN (which was used without registration) for the XML namespace
[xmlmerge.git] / tests / 0008.rmattr.in.xml
blob833d69d83d2a804513f2173317b5df46ded79955
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3   <a>
4       <this i="123" j="456"/>
5       <that i="14" j="88"/>
6       <else j="1"/>
7   </a>
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"/>
13 </Test>