3 SPDX-FileCopyrightText: 2023, 2024 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: MPL-2.0
7 ⁌ ⛩📰 书社 ∷ lib/expandmetadata.xslt
9 © 2023–2024 Lady [@ Ladys Computer].
11 This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
12 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/>.
15 xmlns="http://www.w3.org/1999/XSL/Transform"
16 xmlns:exsl="http://exslt.org/common"
17 xmlns:nie="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#"
18 xmlns:nfo="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#"
19 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20 xmlns:xlink="http://www.w3.org/1999/xlink"
21 xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
22 xmlns:书社vocab="urn:fdc:ladys.computer:20231231:Shu1She4:vocab:"
23 extension-element-prefixes="exsl"
26 <variable name="builddir" select="//书社vocab:BuildDirectory/@nfo:fileUrl"/>
27 <variable name="files" select="//书社vocab:SourceFile|//书社vocab:IncludeFile"/>
28 <template name="书社:process-dependencies">
29 <param name="processed"/>
30 <param name="unprocessed"/>
31 <variable name="queue">
32 <copy-of select="exsl:node-set($unprocessed)/书社:dependency-root"/>
33 <for-each select="exsl:node-set($unprocessed)/书社:dependency">
34 <if test="not((exsl:node-set($processed)/书社:*|preceding-sibling::书社:*|following-sibling::书社:recursive-dependency)[string()=string(current())])">
40 <copy-of select="exsl:node-set($processed)/书社:dependency-root"/>
41 <copy-of select="exsl:node-set($processed)/书社:recursive-dependency"/>
42 <for-each select="exsl:node-set($unprocessed)/书社:recursive-dependency">
43 <if test="not((exsl:node-set($processed)/书社:recursive-dependency|preceding-sibling::书社:recursive-dependency)[string()=string(current())])">
47 <for-each select="exsl:node-set($processed)/书社:dependency">
48 <if test="not(exsl:node-set($unprocessed)/书社:recursive-dependency[string()=string(current())])">
52 <copy-of select="$queue"/>
55 <for-each select="exsl:node-set($queue)/书社:*">
56 <for-each select="$files[@rdf:about=string(current()) and nie:interpretedAs/nfo:PlainTextDocument]">
57 <variable name="parent" select="@rdf:about"/>
58 <variable name="uri" select="书社vocab:hasParsedFile/@nfo:fileUrl"/>
59 <for-each select="document($uri)//书社:link[@xlink:show='embed']">
60 <if test="exsl:node-set($old)/书社:dependency-root[string()=string(current()/@xlink:href)]">
61 <书社:recursive-dependency>
62 <value-of select="$parent"/>
63 </书社:recursive-dependency>
65 <if test="$files/@rdf:about[string()=string(current()/@xlink:href)]">
67 <value-of select="@xlink:href"/>
75 <when test="exsl:node-set($new)/书社:dependency">
76 <call-template name="书社:process-dependencies">
77 <with-param name="processed">
78 <copy-of select="$old"/>
80 <with-param name="unprocessed">
81 <copy-of select="$new"/>
86 <copy-of select="$old"/>
90 <template match="//书社vocab:SourceFile[not(nie:interpretedAs/nfo:PlainTextDocument)]" priority="1">
92 <apply-templates select="@*"/>
93 <attribute name="书社vocab:destination">
94 <value-of select="@书社vocab:path"/>
96 <apply-templates select="node()"/>
99 <template match="//书社vocab:SourceFile[nie:interpretedAs/nfo:PlainTextDocument]" priority="1">
100 <variable name="parsed" select="document(书社vocab:hasParsedFile/@nfo:fileUrl)"/>
101 <variable name="destination-delim" select="concat('/', $parsed/*/@书社:destination, '/')"/>
102 <variable name="destination">
104 <when test="not(contains($destination-delim, '//') or contains($destination-delim, '/./') or contains($destination-delim, '/../'))">
105 <value-of select="$parsed/*/@书社:destination"/>
108 <value-of select="@书社vocab:path"/>
112 <variable name="dependencies-fragment">
113 <apply-templates select="." mode="书社:dependencies"/>
115 <variable name="dependencies" select="exsl:node-set($dependencies-fragment)"/>
117 <apply-templates select="@*"/>
118 <attribute name="书社vocab:destination">
119 <value-of select="$destination"/>
121 <apply-templates select="node()"/>
122 <for-each select="$dependencies/书社:dependency">
123 <书社vocab:hasDependencyOn rdf:resource="{.}"/>
125 <for-each select="$dependencies/书社:recursive-dependency">
126 <书社vocab:hasRecursiveDependencyOn rdf:resource="{.}"/>
130 <template match="//书社vocab:IncludeFile[nie:interpretedAs/nfo:PlainTextDocument]" priority="1">
131 <variable name="dependencies-fragment">
132 <apply-templates select="." mode="书社:dependencies"/>
134 <variable name="dependencies" select="exsl:node-set($dependencies-fragment)"/>
136 <apply-templates select="@*|node()"/>
137 <for-each select="$dependencies/书社:dependency">
138 <书社vocab:hasDependencyOn rdf:resource="{.}"/>
140 <for-each select="$dependencies/书社:recursive-dependency">
141 <书社vocab:hasRecursiveDependencyOn rdf:resource="{.}"/>
146 <variable name="result-fragment">
149 <variable name="result" select="exsl:node-set($result-fragment)"/>
150 <copy-of select="$result/*"/>
151 <exsl:document href="dependencies" method="text" encoding="UTF-8">
152 <for-each select="$result/rdf:RDF/*[nie:interpretedAs/nfo:PlainTextDocument]">
153 <value-of select="@rdf:about"/>
155 <for-each select="书社vocab:hasRecursiveDependencyOn/@rdf:resource">
158 <value-of select="."/>
161 <for-each select="书社vocab:hasDependencyOn/@rdf:resource">
163 <value-of select="."/>
168 <exsl:document href="destinations" method="text" encoding="UTF-8">
169 <for-each select="$result//书社vocab:SourceFile">
170 <value-of select="@rdf:about"/>
172 <value-of select="@书社vocab:destination"/>
177 <template match="@*|node()">
179 <apply-templates select="@*|node()"/>
182 <template match="书社vocab:SourceFile|书社vocab:IncludeFile" mode="书社:dependencies">
183 <if test="nie:interpretedAs/nfo:PlainTextDocument">
184 <call-template name="书社:process-dependencies">
185 <with-param name="unprocessed">
187 <value-of select="@rdf:about"/>
188 </书社:dependency-root>
193 <output method="xml" encoding="UTF-8"/>