<?xml version="1.0" encoding="utf-8"?>
<str:document xmlns:str="http://4xt.org/ns/xmlstructure">
<str:prolog>
<str:X-M-L-Decl str:version="1.0" str:encoding="iso-8859-1"/>
<str:doctype str:name="preparation">
<str:externalEntityDefinition str:name="include_tools" str:systemId="tools.xml"/>
<str:externalEntityDefinition str:name="include_products" str:systemId="products.xml"/>
<str:externalEntityDefinition str:name="include_parts" str:systemId="parts.xml"/>
</str:doctype>
<str:comment> Simple example of file using external parsed entities </str:comment>
</str:prolog>
<str:body>
<preparation>
<str:entity str:name="include_tools"/>
<str:entity str:name="include_products"/>
<str:entity str:name="include_parts"/>



</preparation>
</str:body>
<str:epilog/>
</str:document>

