Use tag URI instead of URN (which was used without registration) for the XML namespace
[xmlmerge.git] / tests / 0010.text.in.xml
blob7a75087b4d9b869e8a89c9ce90d99fa44f78fa7b
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3     <xm:Var name="'Felix'"/>
4     <xm:Var context="'World'"/>
5     <message>
6         <xm:Text>Hello, {name}!  Welcome to my {context}! :-)</xm:Text>
7     </message>
8 </Test>