]> Lady’s Gitweb - Shushe/blobdiff - lib/catalog2destinations.xslt
Replace source catalog with metadata file
[Shushe] / lib / catalog2destinations.xslt
diff --git a/lib/catalog2destinations.xslt b/lib/catalog2destinations.xslt
deleted file mode 100644 (file)
index 411c454..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-<!--
-SPDX-FileCopyrightText: 2023, 2024 Lady <https://www.ladys.computer/about/#lady>
-SPDX-License-Identifier: MPL-2.0
--->
-<!--
-⁌ ⛩️📰 书社 ∷ lib/catalog2destinations.xslt
-
-© 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/>.
--->
-<transform
-       xmlns="http://www.w3.org/1999/XSL/Transform"
-       xmlns:catalog="urn:oasis:names:tc:entity:xmlns:xml:catalog"
-       xmlns:exslstr="http://exslt.org/strings"
-       xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
-       extension-element-prefixes="exslstr"
-       version="1.0"
->
-       <template match="/">
-               <for-each select="//catalog:uri[starts-with(@name, 'about:shushe?source=')]">
-                       <choose>
-                               <when test="substring-after(@uri, '#')='xml'">
-                                       <variable name="destination" select="document(substring-before(@uri, '#'), .)/*/@书社:destination"/>
-                                       <value-of select="@name"/>
-                                       <text>|</text>
-                                       <choose>
-                                               <when test="$destination">
-                                                       <value-of select="$destination"/>
-                                               </when>
-                                               <otherwise>
-                                                       <value-of select="substring-after(@name, 'about:shushe?source=')"/>
-                                               </otherwise>
-                                       </choose>
-                                       <text>&#xA;</text>
-                               </when>
-                               <otherwise>
-                                       <value-of select="@name"/>
-                                       <text>|</text>
-                                       <value-of select="substring-after(@name, 'about:shushe?source=')"/>
-                                       <text>&#xA;</text>
-                               </otherwise>
-                       </choose>
-               </for-each>
-       </template>
-       <output method="text" encoding="UTF-8"/>
-</transform>
This page took 0.023134 seconds and 4 git commands to generate.