]> Lady’s Gitweb - Shushe/blobdiff - lib/archive2extractor.xslt
Remove variation selectors from sigil
[Shushe] / lib / archive2extractor.xslt
index b5fb70322239a63d16bb989c839723afe9493f7f..12803197b8f6f1abc3798ce56e3731cc98e4ef59 100644 (file)
@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
 SPDX-License-Identifier: MPL-2.0
 -->
 <!--
 SPDX-License-Identifier: MPL-2.0
 -->
 <!--
-⁌ ⛩📰 书社 ∷ lib/archive2extractor.xslt
+⁌ ⛩📰 书社 ∷ lib/archive2extractor.xslt
 
 © 2024 Lady [@ Lady’s Computer].
 
 
 © 2024 Lady [@ Lady’s Computer].
 
@@ -13,19 +13,16 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
 -->
 <transform
        xmlns="http://www.w3.org/1999/XSL/Transform"
 -->
 <transform
        xmlns="http://www.w3.org/1999/XSL/Transform"
+       xmlns:exsl="http://exslt.org/common"
        xmlns:xslt="http://www.w3.org/1999/XSL/TransformAlias"
        xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
        version="1.0"
 >
        <namespace-alias stylesheet-prefix="xslt" result-prefix="#default"/>
        <template match="/">
        xmlns:xslt="http://www.w3.org/1999/XSL/TransformAlias"
        xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
        version="1.0"
 >
        <namespace-alias stylesheet-prefix="xslt" result-prefix="#default"/>
        <template match="/">
-               <xslt:transform
-                       xmlns:exsl="http://exslt.org/common"
-                       extension-element-prefixes="exsl"
-                       version="1.0"
-               >
+               <xslt:transform extension-element-prefixes="exsl" version="1.0">
                        <xslt:template match="/">
                        <xslt:template match="/">
-                               <for-each select="书社:archive/*[@书社:archived-as and not(starts-with(@书社:archived-as, '../') or contains(@书社:archived-as, '/../'))]">
+                               <for-each select="书社:archive/*[@书社:archived-as and not(starts-with(@书社:archived-as, '../') or starts-with(@书社:archived-as, '/') or contains(@书社:archived-as, '/../'))]">
                                        <variable name="href">
                                                <text>./extracted/</text>
                                                <choose>
                                        <variable name="href">
                                                <text>./extracted/</text>
                                                <choose>
This page took 0.020188 seconds and 4 git commands to generate.