<xsl:template match="/ | @* | node() ">

  <xsl:copy>

    <xsl:apply-templates select="@* | node()"/>

  </xsl:copy>

</xsl:template>

 

<xsl:template match="price">

 

</xsl:template>