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="GENERATOR" select="false"/>
32 <xslt:param name="PATH" select="'/unknown'"/>
33 <xslt:param name="SRCREV" select="false"/>
34 <xslt:param name="SRCTIME" select="'1972-12-31T00:00:00Z'"/>
35 <xslt:param name="VERSION" select="false"/>
36 <xslt:variable name="书社:expansion">
37 <xslt:apply-templates select="/" mode="书社:expand"/>
39 <xslt:variable name="书社:result">
40 <xslt:apply-templates select="exsl:node-set($书社:expansion)/*"/>
42 <for-each select="//catalog:uri">
43 <xslt:include href="{@uri}">
44 <if test="contains(@name, ':')">
45 <attribute name="书社:id">
46 <value-of select="@name"/>
51 <xslt:template match="/" priority="1">
53 <xslt:when test="exsl:node-set($书社:result)/*[@书社:disable-output-wrapping]">
54 <xslt:for-each select="exsl:node-set($书社:result)/*">
56 <xslt:if test="$VERSION">
57 <xslt:attribute name="书社:version">
58 <xslt:value-of select="$VERSION"/>
61 <xslt:copy-of select="@*[not(namespace-uri()='&书社;' and contains('disable-output-wrapping version', local-name()))]|node()"/>
66 <xslt:apply-templates select="exsl:node-set($书社:result)" mode="书社:wrap"/>
70 <xslt:template match="/*/*//@书社:disable-output-wrapping|//@书社:destination" priority="0"/>
71 <xslt:template match="@*|node()" priority="-1">
73 <xslt:apply-templates select="@*|node()"/>
76 <xslt:template match="/*" mode="书社:expand" priority="0">
78 <xslt:attribute name="itemscope">itemscope</xslt:attribute>
79 <xslt:attribute name="itemtype">
80 <xslt:text>&书社;:document</xslt:text>
81 <xslt:for-each select="exslstr:tokenize(@itemtype)/token">
82 <xslt:text> </xslt:text>
83 <xslt:value-of select="."/>
86 <xslt:apply-templates select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()" mode="书社:expand"/>
89 <xslt:template match="书社:link[@xlink:show='embed']" mode="书社:expand" priority="1">
90 <xslt:variable name="uri" select="substring-before(document($CATALOG)//catalog:uri[@name=current()/@xlink:href]/@uri[1], '#')"/>
92 <xslt:when test="$uri">
93 <xslt:variable name="expanded">
94 <xslt:apply-templates select="document($uri)" mode="书社:expand"/>
96 <xslt:for-each select="exsl:node-set($expanded)/*">
98 <xslt:attribute name="itemscope">itemscope</xslt:attribute>
99 <xslt:attribute name="itemtype">
100 <xslt:text>&书社;:embed</xslt:text>
101 <xslt:for-each select="exslstr:tokenize(@itemtype)/token[string()!='&书社;:document']">
102 <xslt:text> </xslt:text>
103 <xslt:value-of select="."/>
106 <xslt:copy-of select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()"/>
112 <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
117 <xslt:template match="@*|text()|*[not(self::书社:link) or not(@xlink:show='embed')]" mode="书社:expand" priority="-1">
119 <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
122 <xslt:template match="text()" mode="书社:header"/>
123 <xslt:template match="text()" mode="书社:footer"/>
124 <xslt:template match="text()" mode="书社:metadata"/>
125 <xslt:template match="/" mode="书社:wrap">
126 <xslt:variable name="modalinput">
127 <xslt:copy-of select="node()"/>
128 <xslt:copy-of select="document('')/xslt:transform/xslt:include"/>
130 <xslt:variable name="metadata">
131 <xslt:copy-of select="html:html/html:head/node()|html:head/node()"/>
132 <xslt:apply-templates select="exsl:node-set($modalinput)" mode="书社:metadata"/>
135 <xslt:if test="$VERSION">
136 <xslt:attribute name="书社:version">
137 <xslt:value-of select="$VERSION"/>
140 <xslt:copy-of select="html:html/@*"/>
141 <xslt:if test="not(html:html/@lang) and (html:*/@lang|svg:*/@lang|*/@xml:lang)">
142 <xslt:attribute name="lang">
143 <xslt:value-of select="html:*/@lang|svg:*/@lang|*/@xml:lang"/>
146 <xslt:if test="not(html:html/@xml:lang) and (html:*/@lang|svg:*/@lang|*/@xml:lang)">
147 <xslt:attribute name="xml:lang">
148 <xslt:value-of select="html:*/@lang|svg:*/@lang|*/@xml:lang"/>
152 <xslt:copy-of select="html:html/html:head/@*|html:head/@*"/>
154 <xslt:for-each select="exsl:node-set($metadata)/html:title">
155 <xslt:value-of select="."/>
158 <xslt:copy-of select="exsl:node-set($metadata)/node()[not(self::*) or not(self::html:title)]"/>
159 <xslt:if test="$GENERATOR and not(exsl:node-set($metadata)/html:meta[@name='generator'])">
160 <html:meta name="generator">
161 <xslt:attribute name="content">
162 <xslt:value-of select="$GENERATOR"/>
163 <xslt:if test="$VERSION">
164 <xslt:text> (</xslt:text>
165 <xslt:value-of select="$VERSION"/>
166 <xslt:text>)</xslt:text>
173 <xslt:copy-of select="html:html/html:body/@*|html:body/@*"/>
174 <xslt:apply-templates select="exsl:node-set($modalinput)" mode="书社:header"/>
175 <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()"/>
176 <xslt:apply-templates select="exsl:node-set($modalinput)" mode="书社:footer"/>
180 <xslt:output method="xml" encoding="UTF-8" cdata-section-elements="html:script html:style html:textarea"/>
183 <output method="xml" encoding="UTF-8"/>