<?xml version="1.0" encoding="iso-8859-1" ?>

<!--
	Generic config file.
	
	See the 'tasks.xml' file for loading the config file into the global driver object.
	This can also be loaded by creating a new config object.
-->

<application-config>
	<config>
		<param name="log_level" value="DEBUG" />
		<param name="config_version" value="demo_config_1" />

		<!--
			Specifying the validation_patterns_file parameter will automatically cause it to load
			in the ocj.xhtml.validator package.  This is used by the ocj.xhtml.XHTLMFormComponent object.
			<param name = "validation_patterns_file" value = "/servlet/connector?file=projects/engine/demonstrations/demonstration_6/ValidationPatterns.xml" />
		-->

	</config>
</application-config>