xmlns:catalog="urn:oasis:names:tc:entity:xmlns:xml:catalog"
xmlns:exsl="http://exslt.org/common"
xmlns:exslstr="http://exslt.org/strings"
+ xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xslt="http://www.w3.org/1999/XSL/TransformAlias"
xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
<xslt:apply-templates select="document('')/xslt:transform/xslt:include" mode="书社:metadata"/>
</xslt:variable>
<html:html>
- <xslt:copy-of select="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: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: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>