]> Lady’s Gitweb - Shushe/commitdiff
Fix <html:head> copying 0.2.2
authorLady <redacted>
Sat, 6 Jan 2024 03:57:59 +0000 (22:57 -0500)
committerLady <redacted>
Sat, 6 Jan 2024 03:57:59 +0000 (22:57 -0500)
lib/catalog2transform.xslt

index c91b0114a4db5e31c684d648f2bb3d68abbef38d..d76fc4d6b5b8ca522abdfa0e84ee982b73eec60b 100644 (file)
@@ -114,7 +114,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                        <xslt:template match="text()" mode="书社:metadata"/>
                        <xslt:template match="/" mode="书社:wrap">
                                <xslt:variable name="metadata">
                        <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>
                                        <xslt:apply-templates select="." mode="书社:metadata"/>
                                        <xslt:apply-templates select="document('')/xslt:transform/xslt:include" mode="书社:metadata"/>
                                </xslt:variable>
This page took 0.029178 seconds and 4 git commands to generate.