<xslt:copy-of select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()"/>
</xslt:when>
<xslt:otherwise>
- <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
+ <xslt:copy-of select="@*|node()"/>
</xslt:otherwise>
</xslt:choose>
</xslt:copy>