Use tag URI instead of URN (which was used without registration) for the XML namespace
[xmlmerge.git] / tests / 0015.import.in.xml
blobbfea1cb017652f04089c4e27ce22ddc428e54c9e
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3     <xm:Include file="0015.import.fragment.xml" import="other_function"/>
4     <return function="other_function" value="{other_function(15, 22)}"/>
5     <xm:Include file="0015.import.fragment.xml" import="*"/>
6     <return function="imported_function" value="{imported_function(15, 22, 33)}"/>
7 </Test>