<xsl:transform
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:saxon="http://saxon.sf.net/"
	exclude-result-prefixes="xs"
	extension-element-prefixes="saxon"
	version="2.0">
	
	<xsl:output method="xhtml" encoding="ascii" indent="no" omit-xml-declaration="yes" include-content-type="yes"/>

	<xsl:param name="TEST1" select="'DEFAULT_TEST1_VALUE'" as="xs:string"/>
	<xsl:param name="TEST2" select="'DEFAULT_TEST2_VALUE'" as="xs:string"/>
	
	<xsl:template match="/">
		<xsl:apply-templates/>
	</xsl:template>
</xsl:transform><!-- Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios/>
	<MapperMetaTag>
		<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
		<MapperBlockPosition></MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->