Use tag URI instead of URN (which was used without registration) for the XML namespace
[xmlmerge.git] / tests / 0017.loop.in.xml
blobdd0eeacc43e89771aa73dd1255fc8f6eb6eb20db
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3     <xm:Loop mycounter="range(20)">
4         <xm:Var mycounter="'0x%02X' % mycounter"/>
5         <value mycounter="{mycounter}"/>
6     </xm:Loop>
7 </Test>