<xsl:stylesheet 
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
	version="1.0">

	<!-- import something to check relative paths -->
	<xsl:import href="additional/testIncludePath.xsl"/>
	<!-- override it with what we actually want -->
	<xsl:import href="testRender.xsl"/>

</xsl:stylesheet>