3 ⁌ ⛩️📰 书社 ∷ lib/catalog2transform.xslt
5 © 2023–2024 Lady [@ Lady’s Computer]
7 This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
8 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/>.
11 <!ENTITY 书社 "urn:fdc:ladys.computer:20231231:Shu1She4">
14 xmlns="http://www.w3.org/1999/XSL/Transform"
15 xmlns:html="http://www.w3.org/1999/xhtml"
16 xmlns:catalog="urn:oasis:names:tc:entity:xmlns:xml:catalog"
17 xmlns:exsl="http://exslt.org/common"
18 xmlns:exslstr="http://exslt.org/strings"
19 xmlns:svg="http://www.w3.org/2000/svg"
20 xmlns:xlink="http://www.w3.org/1999/xlink"
21 xmlns:xslt="http://www.w3.org/1999/XSL/TransformAlias"
22 xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
25 <namespace-alias stylesheet-prefix="xslt" result-prefix="#default"/>
27 <xslt:transform exclude-result-prefixes="catalog exsl exslstr" version="1.0">
28 <xslt:param name="BUILDTIME" select="'1972-12-31T00:00:00Z'"/>
29 <xslt:param name="CKSUM" select="false"/>
30 <xslt:param name="CATALOG" select="'catalog'"/>
31 <xslt:param name="PATH" select="'/unknown'"/>
32 <xslt:param name="SRCREV" select="false"/>
33 <xslt:param name="SRCTIME" select="'1972-12-31T00:00:00Z'"/>
34 <xslt:param name="THISREV" select="false"/>
35 <xslt:variable name="书社:expansion">
36 <xslt:apply-templates select="/" mode="书社:expand"/>
38 <xslt:variable name="书社:result">
39 <xslt:apply-templates select="exsl:node-set($书社:expansion)/*"/>
41 <for-each select="//catalog:uri">
42 <xslt:include href="{@uri}">
43 <if test="contains(@name, ':')">
44 <attribute name="书社:id">
45 <value-of select="@name"/>
50 <xslt:template match="/" priority="1">
52 <xslt:when test="exsl:node-set($书社:result)/*[@书社:disable-output-wrapping]">
53 <xslt:for-each select="exsl:node-set($书社:result)/*">
55 <xslt:if test="$THISREV">
56 <xslt:attribute name="书社:version">
57 <xslt:value-of select="$THISREV"/>
60 <xslt:copy-of select="@*[not(namespace-uri()='&书社;' and contains('disable-output-wrapping version', local-name()))]|node()"/>
65 <xslt:apply-templates select="exsl:node-set($书社:result)" mode="书社:wrap"/>
69 <xslt:template match="/*/*//@书社:disable-output-wrapping|//@书社:destination" priority="0"/>
70 <xslt:template match="@*|node()" priority="-1">
72 <xslt:apply-templates select="@*|node()"/>
75 <xslt:template match="/*" mode="书社:expand" priority="0">
77 <xslt:attribute name="itemscope">itemscope</xslt:attribute>
78 <xslt:attribute name="itemtype">
79 <xslt:text>&书社;:document</xslt:text>
80 <xslt:for-each select="exslstr:tokenize(@itemtype)/token">
81 <xslt:text> </xslt:text>
82 <xslt:value-of select="."/>
85 <xslt:apply-templates select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()" mode="书社:expand"/>
88 <xslt:template match="书社:link[@xlink:show='embed']" mode="书社:expand" priority="1">
89 <xslt:variable name="uri" select="substring-before(document($CATALOG)//catalog:uri[@name=current()/@xlink:href]/@uri[1], '#')"/>
91 <xslt:when test="$uri">
92 <xslt:variable name="expanded">
93 <xslt:apply-templates select="document($uri)" mode="书社:expand"/>
95 <xslt:for-each select="exsl:node-set($expanded)/*">
97 <xslt:attribute name="itemscope">itemscope</xslt:attribute>
98 <xslt:attribute name="itemtype">
99 <xslt:text>&书社;:embed</xslt:text>
100 <xslt:for-each select="exslstr:tokenize(@itemtype)/token[string()!='&书社;:document']">
101 <xslt:text> </xslt:text>
102 <xslt:value-of select="."/>
105 <xslt:copy-of select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()"/>
111 <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
116 <xslt:template match="@*|text()|*[not(self::书社:link) or not(@xlink:show='embed')]" mode="书社:expand" priority="-1">
118 <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
121 <xslt:template match="text()" mode="书社:header"/>
122 <xslt:template match="text()" mode="书社:footer"/>
123 <xslt:template match="text()" mode="书社:metadata"/>
124 <xslt:template match="/" mode="书社:wrap">
125 <xslt:variable name="modalinput">
126 <xslt:copy-of select="node()"/>
127 <xslt:copy-of select="document('')/xslt:transform/xslt:include"/>
129 <xslt:variable name="metadata">
130 <xslt:copy-of select="html:html/html:head/node()|html:head/node()"/>
131 <xslt:apply-templates select="exsl:node-set($modalinput)" mode="书社:metadata"/>
134 <xslt:if test="$THISREV">
135 <xslt:attribute name="书社:version">
136 <xslt:value-of select="$THISREV"/>
139 <xslt:copy-of select="html:html/@*"/>
140 <xslt:if test="not(html:html/@lang) and (html:*/@lang|svg:*/@lang|*/@xml:lang)">
141 <xslt:attribute name="lang">
142 <xslt:value-of select="html:*/@lang|svg:*/@lang|*/@xml:lang"/>
145 <xslt:if test="not(html:html/@xml:lang) and (html:*/@lang|svg:*/@lang|*/@xml:lang)">
146 <xslt:attribute name="xml:lang">
147 <xslt:value-of select="html:*/@lang|svg:*/@lang|*/@xml:lang"/>
151 <xslt:copy-of select="html:html/html:head/@*|html:head/@*"/>
153 <xslt:for-each select="exsl:node-set($metadata)/html:title">
154 <xslt:value-of select="."/>
157 <xslt:copy-of select="exsl:node-set($metadata)/node()[not(self::*) or not(self::html:title)]"/>
158 <html:meta name="generator">
159 <xslt:attribute name="content">
160 <xslt:for-each select="exsl:node-set($metadata)/html:meta[@name='generator']">
161 <xslt:value-of select="@content"/>
162 <xslt:text>, </xslt:text>
164 <xslt:text>⛩️📰 书社</xslt:text>
165 <xslt:if test="$THISREV">
166 <xslt:text> (</xslt:text>
167 <xslt:value-of select="$THISREV"/>
168 <xslt:text>)</xslt:text>
174 <xslt:copy-of select="html:html/html:body/@*|html:body/@*"/>
175 <xslt:apply-templates select="exsl:node-set($modalinput)" mode="书社:header"/>
176 <xslt:copy-of select="node()[not(self::html:html or self::html:head or self::html:body)]|html:html/node()[not(self::html:head or self::html:body)]|html:html/html:body/node()|html:body/node()"/>
177 <xslt:apply-templates select="exsl:node-set($modalinput)" mode="书社:footer"/>
181 <xslt:output method="xml" encoding="UTF-8" cdata-section-elements="html:script html:style html:textarea"/>
184 <output method="xml" encoding="UTF-8"/>