On this Page
    XML Includes
One XML data file can include other XML data files. A fuller write-up of this feature can be found at PaneTalk XML Includes.
In excessive brevity:
- Use the
-filter IncludeProcessoron the Merge command line. - Define the
xinamespace on the main XML file's root tag:
<XmlData xmlns:xi="http://www.w3.org/2001/XInclude"> - Reference the XML file to be included like thus: 
<xi:include href="a file name.xml"/>