<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		version="1.0">
<xsl:template match='/'>
	<root_element>
	<xsl:apply-templates/>
	</root_element>
</xsl:template>
</xsl:stylesheet>

