Use tag URI instead of URN (which was used without registration) for the XML namespace
[xmlmerge.git] / tests / 0004.var.in.xml
blob2f5dadac51b8ee14bf62a18181f209b70d41bad4
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3   <xm:Var i="5"/>
4   <CoolElement number="{i+3}">
5     <xm:Var i="20"/>
6   </CoolElement>
7   <CoolElement number="{i * 10 + 2}"/>
8 </Test>