]> Lady’s Gitweb - Shushe/blob - lib/catalog2parser.xslt
Don’t add attributes to non·elements in parser
[Shushe] / lib / catalog2parser.xslt
1 <?xml version="1.0"?>
2 <!--
3 ⁌ ⛩️📰 书社 ∷ lib/catalog2parser.xslt
4
5 © 2023–2024 Lady [@ Lady’s Computer]
6
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/>.
9 -->
10 <transform
11 xmlns="http://www.w3.org/1999/XSL/Transform"
12 xmlns:catalog="urn:oasis:names:tc:entity:xmlns:xml:catalog"
13 xmlns:exsl="http://exslt.org/common"
14 xmlns:exslstr="http://exslt.org/strings"
15 xmlns:html="http://www.w3.org/1999/xhtml"
16 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
17 xmlns:xslt="http://www.w3.org/1999/XSL/TransformAlias"
18 xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
19 exclude-result-prefixes="catalog exslstr"
20 version="1.0"
21 >
22 <namespace-alias stylesheet-prefix="xslt" result-prefix="#default"/>
23 <template match="/">
24 <xslt:transform version="1.0">
25 <xslt:param name="BUILDTIME" select="'1972-12-31T00:00:00Z'"/>
26 <xslt:param name="CKSUM" select="false"/>
27 <xslt:param name="GENERATOR" select="false"/>
28 <xslt:param name="SRCREV" select="false"/>
29 <xslt:param name="SRCTIME" select="'1972-12-31T00:00:00Z'"/>
30 <xslt:param name="VERSION" select="false"/>
31 <xslt:variable name="书社:parsers">
32 <html:dl>
33 <for-each select="//catalog:uri">
34 <variable name="parser" select="document(@uri, .)"/>
35 <html:div>
36 <html:dt>
37 <value-of select="@name"/>
38 </html:dt>
39 <choose>
40 <when test="$parser/*/@书社:supported-media-types">
41 <for-each select="exslstr:tokenize($parser/*/@书社:supported-media-types)">
42 <if test="not(translate(., '0123456789abcdefghijklmnopqrstuvwxyz!#$&#x26;-^_.+/', ''))">
43 <html:dd>
44 <value-of select="."/>
45 </html:dd>
46 </if>
47 </for-each>
48 </when>
49 <otherwise>
50 <for-each select="$parser//xsl:template[not(@name) and not(@mode)]">
51 <variable name="match" select="@match"/>
52 <for-each select="namespace::*[local-name() and string()='http://www.w3.org/1999/xhtml']">
53 <variable name="matchstart">
54 <value-of select="local-name()"/>
55 <text>:</text>
56 <text>script[@type=</text>
57 </variable>
58 <if test="starts-with($match, $matchstart) and substring($match, string-length($match))=']' and contains($match, '/')">
59 <variable name="inner" select="substring-before(substring-after($match, $matchstart), ']')"/>
60 <if test="starts-with($inner, '&#x22;') and substring($inner, string-length($inner))='&#x22;' or starts-with($inner, &#x22;'&#x22;) and substring($inner, string-length($inner))=&#x22;'&#x22;">
61 <variable name="type" select="substring($inner, 2, string-length($inner)-2)"/>
62 <if test="not(translate($type, '0123456789abcdefghijklmnopqrstuvwxyz!#$&#x26;-^_.+/', ''))">
63 <html:dd>
64 <value-of select="$type"/>
65 </html:dd>
66 </if>
67 </if>
68 </if>
69 </for-each>
70 </for-each>
71 </otherwise>
72 </choose>
73 </html:div>
74 </for-each>
75 </html:dl>
76 </xslt:variable>
77 <for-each select="//catalog:uri">
78 <xslt:include href="{@uri}">
79 <if test="contains(@name, ':')">
80 <attribute name="书社:id">
81 <value-of select="@name"/>
82 </attribute>
83 </if>
84 </xslt:include>
85 </for-each>
86 <xslt:template name="书社:apply-parsed-by">
87 <xslt:param name="id"/>
88 <xslt:param name="media-type"/>
89 <xslt:param name="result" select="/.."/>
90 <xslt:for-each select="$result/node()">
91 <xslt:choose>
92 <xslt:when test="self::*">
93 <xslt:copy>
94 <xslt:if test="string($id)!=''">
95 <xslt:attribute name="书社:parsed-by">
96 <xslt:value-of select="$id"/>
97 <xslt:if test="@书社:parsed-by">
98 <xslt:text> </xslt:text>
99 <xslt:value-of select="@书社:parsed-by"/>
100 </xslt:if>
101 </xslt:attribute>
102 </xslt:if>
103 <xslt:if test="string($media-type)!=''">
104 <xslt:attribute name="书社:media-type">
105 <xslt:value-of select="$media-type"/>
106 </xslt:attribute>
107 </xslt:if>
108 <xslt:copy-of select="@*[namespace-uri()!='urn:fdc:ladys.computer:20231231:Shu1She4' or local-name()!='parsed-by' and local-name()!='media-type']|node()"/>
109 </xslt:copy>
110 </xslt:when>
111 <xslt:otherwise>
112 <xslt:copy-of select="."/>
113 </xslt:otherwise>
114 </xslt:choose>
115 </xslt:for-each>
116 </xslt:template>
117 <xslt:template match="/">
118 <xslt:variable name="parsedroot">
119 <xslt:apply-templates select="node()" mode="书社:parse"/>
120 </xslt:variable>
121 <xslt:for-each select="exsl:node-set($parsedroot)/node()">
122 <xslt:choose>
123 <xslt:when test="self::*">
124 <xslt:copy>
125 <xslt:attribute name="书社:cksum">
126 <xslt:value-of select="$CKSUM"/>
127 </xslt:attribute>
128 <xslt:copy-of select="@*|node()"/>
129 </xslt:copy>
130 </xslt:when>
131 <xslt:otherwise>
132 <xslt:copy-of select="."/>
133 </xslt:otherwise>
134 </xslt:choose>
135 </xslt:for-each>
136 </xslt:template>
137 <xslt:template match="@*|node()" priority="-1">
138 <xslt:copy>
139 <xslt:apply-templates select="@*|node()" mode="书社:parse"/>
140 </xslt:copy>
141 </xslt:template>
142 <xslt:template match="html:script[@type]" mode="书社:parse" priority="1">
143 <xslt:variable name="parserdiv" select="exsl:node-set($书社:parsers)//html:div[html:dd=current()/@type]"/>
144 <xslt:choose>
145 <xslt:when test="$parserdiv">
146 <xslt:variable name="result">
147 <xslt:apply-templates select="."/>
148 </xslt:variable>
149 <xslt:variable name="reparsed-result">
150 <xslt:apply-templates select="exsl:node-set($result)/node()" mode="书社:parse"/>
151 </xslt:variable>
152 <xslt:call-template name="书社:apply-parsed-by">
153 <xslt:with-param name="id" select="string($parserdiv/html:dt)"/>
154 <xslt:with-param name="media-type" select="string(@type)"/>
155 <xslt:with-param name="result" select="exsl:node-set($reparsed-result)"/>
156 </xslt:call-template>
157 </xslt:when>
158 <xslt:otherwise>
159 <xslt:apply-templates select="."/>
160 </xslt:otherwise>
161 </xslt:choose>
162 </xslt:template>
163 <xslt:template match="@*|node()" mode="书社:parse">
164 <xslt:apply-templates select="."/>
165 </xslt:template>
166 </xslt:transform>
167 </template>
168 <output method="xml" encoding="UTF-8"/>
169 </transform>
This page took 0.056433 seconds and 5 git commands to generate.