You can modify the redaction style sheet, noPriceInfo.xsl
<!-- private access only fields -->
<xsl:template match="price">
<price>0.0</price>
</xsl:template>
<xsl:template match="Price">
<Price>0.0</Price>
</xsl:template>
Later,
the style sheet performs an identity transform on all other elements.