]> Lady’s Gitweb - Shushe/commitdiff
Copy over existing <html:body> attributes
authorLady <redacted>
Sat, 6 Jan 2024 04:11:12 +0000 (23:11 -0500)
committerLady <redacted>
Sat, 6 Jan 2024 05:03:49 +0000 (00:03 -0500)
lib/catalog2transform.xslt

index d76fc4d6b5b8ca522abdfa0e84ee982b73eec60b..ba3cd50c8cf97fabc73c2da73d1881057cbfc198 100644 (file)
@@ -133,6 +133,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                                </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/*"/>
This page took 0.026201 seconds and 4 git commands to generate.