<?xml version="1.0" encoding="iso-8859-1" ?>
<engine-configurations>
	<configuration id = "SlideShow">
		<p>
			<input type = "button" value = " &lt; " acid = "slide-show-prev" />
			<input type = "button" value = " Stop " acid = "slide-show-startstop" />
			<input type = "button" value = " &gt; " acid = "slide-show-next" />
		</p>
		<p>
			<img
				src = "/reference/2005/10/10/single_interaction_report_1.jpg"
				base="/reference/2005/10/10/"
				list = "single_interaction_report_1.jpg;single_interaction_report_2.jpg;single_interaction_report_3.jpg;single_motion_report_1.jpg;single_path_report_1.jpg;single_path_report_2.jpg" 
				delay="5000"
				acid = "slide-show-image"
				width = "300"
				height = "300"
			/>
		</p>
	</configuration>
	
	<!--
		This is pretty much boilerplate.  The only two things to note are the definition matches, which include DIV, P, IMG, and INPUT,
		and the default location for the application_components.xml file.  This could be specified using a config file and task file, but that is addressed in other demonstrations.
	-->
	<object-definitions>
		<definition id = "component-fragment">
			<matdef rid = "div" />
			<matdef rid = "p" />
			<matdef rid = "img" />
			<matdef rid = "input" />
			<implementation>
				<package pid = "org.cote.js.xhtml.XHTMLComponent" />
				<constructor name = "newInstance">
					<param value="ora:parent_element" />
					<param value="ora:node_context" />
					<param value="ora:rid_attr" />
					<param value="ora:engine_id" />
					<param value = "org.cote.js.xhtml.form.XHTMLFormComponent" />
					<param value="ora:integer_0" />
					<param value="/projects/engine/demonstrations/demonstration_15/application_components.xml" />
					<param value="ora:engine_config" />
				</constructor>
			</implementation>
		</definition>
	</object-definitions>
</engine-configurations>