Version 2.0.0
[xmlmerge.git] / tests / 0008.rmattr.in.xml
blob275f95d4048923146b4e540f0053cc3bfcc87e8f
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="urn:felixrabe: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>