</xslt:otherwise>
</xslt:choose>
</xslt:template>
- <xslt:template match="/*/*//@书社:disable-output-wrapping" priority="0"/>
+ <xslt:template match="/*/*//@书社:disable-output-wrapping|//@书社:destination" priority="0"/>
<xslt:template match="@*|node()" priority="-1">
<xslt:copy>
<xslt:apply-templates select="@*|node()"/>
<xslt:output method="xml" encoding="UTF-8" cdata-section-elements="html:script html:style html:textarea"/>
</xslt:transform>
</template>
+ <output method="xml" encoding="UTF-8"/>
</transform>