<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope">
<xsl:output omit-xml-declaration="yes"/>

<xsl:template match="/">
<root>
<xsl:copy>
  </xsl:copy>
</root>
</xsl:template>
</xsl:stylesheet>