Version 2.0.0
[xmlmerge.git] / tests / 0015.import.in.xml
blobda56fe12e9b124f0707740a575d1ffd22e024e82
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test xmlns:xm="urn:felixrabe:xmlns:xmlmerge:preprocess">
3     <xm:Include file="0016.import.fragment.xml" import="other_function"/>
4     <return function="other_function" value="{other_function(15, 22)}"/>
5     <xm:Include file="0016.import.fragment.xml" import="*"/>
6     <return function="imported_function" value="{imported_function(15, 22, 33)}"/>
7 </Test>