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)}"/>