+ <xslt:template match="/" mode="书社:wrap">
+ <xslt:variable name="metadata">
+ <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>
+ <html:html>
+ <xslt:copy-of select="html:html/@*|*/@xml:lang|html:*/@lang|svg:*/@lang"/>
+ <html:head>
+ <xslt:copy-of select="html:html/html:head/@*"/>
+ <html:title>
+ <xslt:for-each select="exsl:node-set($metadata)/html:title">
+ <xslt:value-of select="."/>
+ </xslt:for-each>
+ </html:title>
+ <xslt:copy-of select="exsl:node-set($metadata)/node()[self::comment() or self::* and not(self::html:title)]"/>
+ <xslt:if test="not(exsl:node-set($metadata)/html:meta[@name='generator'])">
+ <html:meta name="generator" content="⛩️📰 书社"/>
+ </xslt:if>
+ </html:head>
+ <html:body>
+ <xslt:copy-of select="html:html/html:body/@*|html:body/@*"/>
+ <xslt:apply-templates select="document('')/xslt:transform/xslt:include" mode="书社:header"/>
+ <xslt:apply-templates select="." mode="书社:header"/>
+ <xslt:copy-of select="*[not(self::html:html or self::html:body)]|html:html/*[not(self::html:head or self::html:body)]|html:html/html:body/*|html:body/*"/>
+ <xslt:apply-templates select="." mode="书社:footer"/>
+ <xslt:apply-templates select="document('')/xslt:transform/xslt:include" mode="书社:footer"/>
+ </html:body>
+ </html:html>
+ </xslt:template>