<?xml version="1.0" encoding="ISO-8859-1"?>

<ze_graph>
    <ze_render>
        <size>300, 300</size>
        <ze_scene>
            
            <!-- name the root node so that it can be used later-->
            <ze_node name="root">
            
                <!-- loads script from another file -->
                <include>.\xmlscript\inc02.xml</include>
                
            </ze_node>
        </ze_scene>
        
        <!-- animate the image -->
        <show timer="30">root</show>
        
    </ze_render>
</ze_graph>