<xslt:template match="text()" mode="书社:metadata"/>
<xslt:template match="/" mode="书社:wrap">
<xslt:variable name="metadata">
- <xslt:copy-of select="html/head/*"/>
+ <xslt:copy-of select="html:html/html:head/*"/>
<xslt:apply-templates select="." mode="书社:metadata"/>
<xslt:apply-templates select="document('')/xslt:transform/xslt:include" mode="书社:metadata"/>
</xslt:variable>