]> Lady’s Gitweb - Shushe/blobdiff - lib/catalog2transform.xslt
Fix <html:head> copying
[Shushe] / lib / catalog2transform.xslt
index 4a09235475aef4d5556f172843342bc47c5918db..d76fc4d6b5b8ca522abdfa0e84ee982b73eec60b 100644 (file)
@@ -2,16 +2,20 @@
 <!--
 ⁌ ⛩️📰 书社 ∷ lib/catalog2transform.xslt
 
-© 2023 Lady [@ Lady’s Computer]
+© 2023–2024 Lady [@ Lady’s Computer]
 
 This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
 If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
 -->
+<!DOCTYPE transform [
+       <!ENTITY 书社 "urn:fdc:ladys.computer:20231231:Shu1She4">
+]>
 <transform
        xmlns="http://www.w3.org/1999/XSL/Transform"
        xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns:catalog="urn:oasis:names:tc:entity:xmlns:xml:catalog"
        xmlns:exsl="http://exslt.org/common"
+       xmlns:exslstr="http://exslt.org/strings"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xslt="http://www.w3.org/1999/XSL/TransformAlias"
        xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
@@ -19,51 +23,79 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
 >
        <namespace-alias stylesheet-prefix="xslt" result-prefix="#default"/>
        <template match="/">
-               <xslt:transform exclude-result-prefixes="catalog exsl" version="1.0">
+               <xslt:transform exclude-result-prefixes="catalog exsl exslstr" version="1.0">
+                       <xslt:param name="buildtime" select="'1972-12-31T00:00:00Z'"/>
                        <xslt:param name="catalog" select="'catalog'"/>
+                       <xslt:param name="srctime" select="'1972-12-31T00:00:00Z'"/>
+                       <xslt:param name="path" select="'/unknown'"/>
+                       <xslt:variable name="书社:expansion">
+                               <xslt:apply-templates select="/" mode="书社:expand"/>
+                       </xslt:variable>
+                       <xslt:variable name="书社:result">
+                               <xslt:apply-templates select="exsl:node-set($书社:expansion)/*"/>
+                       </xslt:variable>
                        <for-each select="//catalog:uri">
-                               <xslt:include href="{@uri}"/>
+                               <xslt:include href="{@uri}">
+                                       <if test="contains(@name, ':')">
+                                               <attribute name="书社:id">
+                                                       <value-of select="@name"/>
+                                               </attribute>
+                                       </if>
+                               </xslt:include>
                        </for-each>
                        <xslt:template match="/" priority="1">
-                               <xslt:variable name="expansion">
-                                       <xslt:apply-templates select="." mode="书社:expand"/>
-                               </xslt:variable>
-                               <xslt:variable name="result">
-                                       <xslt:apply-templates select="exsl:node-set($expansion)/*"/>
-                               </xslt:variable>
-                               <xslt:variable name="metadata">
-                                       <xslt:copy-of select="exsl:node-set($result)/html/head/*"/>
-                                       <xslt:apply-templates select="exsl:node-set($result)" mode="书社:metadata"/>
-                               </xslt:variable>
-                               <html:html>
-                                       <xslt:copy-of select="exsl:node-set($result)/html:html/@*"/>
-                                       <html:head>
-                                               <xslt:copy-of select="exsl:node-set($result)/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)/*[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="exsl:node-set($result)/*[not(self::html:html or self::html:body)]|exsl:node-set($result)/html:html/*[not(self::html:head or self::html:body)]|exsl:node-set($result)/html:html/html:body/*|exsl:node-set($result)/html:body/*"/>
-                                       </html:body>
-                               </html:html>
+                               <xslt:choose>
+                                       <xslt:when test="exsl:node-set($书社:result)/*[@书社:disable-output-wrapping]">
+                                               <xslt:for-each select="exsl:node-set($书社:result)/*">
+                                                       <xslt:copy>
+                                                               <xslt:copy-of select="@*[not(namespace-uri()='&书社;' and local-name()='disable-output-wrapping')]|node()"/>
+                                                       </xslt:copy>
+                                               </xslt:for-each>
+                                       </xslt:when>
+                                       <xslt:otherwise>
+                                               <xslt:apply-templates select="exsl:node-set($书社:result)" mode="书社:wrap"/>
+                                       </xslt:otherwise>
+                               </xslt:choose>
                        </xslt:template>
+                       <xslt:template match="/*/*//@书社:disable-output-wrapping" priority="0"/>
                        <xslt:template match="@*|node()" priority="-1">
                                <xslt:copy>
                                        <xslt:apply-templates select="@*|node()"/>
                                </xslt:copy>
                        </xslt:template>
-                       <xslt:template match="书社:link[@xlink:show='embed']" mode="书社:expand">
+                       <xslt:template match="/*" mode="书社:expand" priority="0">
+                               <xslt:copy>
+                                       <xslt:attribute name="itemscope">itemscope</xslt:attribute>
+                                       <xslt:attribute name="itemtype">
+                                               <xslt:text>&书社;:document</xslt:text>
+                                               <xslt:for-each select="exslstr:tokenize(@itemtype)/token">
+                                                       <xslt:text> </xslt:text>
+                                                       <xslt:value-of select="."/>
+                                               </xslt:for-each>
+                                       </xslt:attribute>
+                                       <xslt:apply-templates select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()" mode="书社:expand"/>
+                               </xslt:copy>
+                       </xslt:template>
+                       <xslt:template match="书社:link[@xlink:show='embed']" mode="书社:expand" priority="1">
                                <xslt:variable name="uri" select="substring-before(document($catalog)//catalog:uri[@name=current()/@xlink:href]/@uri[1], '#')"/>
                                <xslt:choose>
                                        <xslt:when test="$uri">
-                                               <xslt:apply-templates select="document($uri)" mode="书社:expand"/>
+                                               <xslt:variable name="expanded">
+                                                       <xslt:apply-templates select="document($uri)" mode="书社:expand"/>
+                                               </xslt:variable>
+                                               <xslt:for-each select="exsl:node-set($expanded)/*">
+                                                       <xslt:copy>
+                                                               <xslt:attribute name="itemscope">itemscope</xslt:attribute>
+                                                               <xslt:attribute name="itemtype">
+                                                                       <xslt:text>&书社;:embed</xslt:text>
+                                                                       <xslt:for-each select="exslstr:tokenize(@itemtype)/token[string()!='&书社;:document']">
+                                                                               <xslt:text> </xslt:text>
+                                                                               <xslt:value-of select="."/>
+                                                                       </xslt:for-each>
+                                                               </xslt:attribute>
+                                                               <xslt:copy-of select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()"/>
+                                                       </xslt:copy>
+                                               </xslt:for-each>
                                        </xslt:when>
                                        <xslt:otherwise>
                                                <xslt:copy>
@@ -72,12 +104,43 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                        </xslt:otherwise>
                                </xslt:choose>
                        </xslt:template>
-                       <xslt:template match="@*|text()|*[not(self::书社:link) or not(@xlink:show='embed')]" mode="书社:expand">
+                       <xslt:template match="@*|text()|*[not(self::书社:link) or not(@xlink:show='embed')]" mode="书社:expand" priority="-1">
                                <xslt:copy>
                                        <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
                                </xslt:copy>
                        </xslt:template>
+                       <xslt:template match="text()" mode="书社:header"/>
+                       <xslt:template match="text()" mode="书社:footer"/>
                        <xslt:template match="text()" mode="书社:metadata"/>
+                       <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/@*"/>
+                                       <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: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>
                        <xslt:output method="xml" encoding="UTF-8" cdata-section-elements="html:script html:style html:textarea"/>
                </xslt:transform>
        </template>
This page took 0.027178 seconds and 4 git commands to generate.