]> Lady’s Gitweb - Shushe/blobdiff - transforms/asset.xslt
Drop apostrophe from ‹ Ladys ›
[Shushe] / transforms / asset.xslt
index f7636c2f2b255298d162c2c39c354d85314507eb..02cba0333e1828cae3140c09089a0338bdfca96a 100644 (file)
@@ -4,9 +4,9 @@ SPDX-FileCopyrightText: 2023, 2024 Lady <https://www.ladys.computer/about/#lady>
 SPDX-License-Identifier: MPL-2.0
 -->
 <!--
-⁌ ⛩📰 书社 ∷ transforms/asset.xslt
+⁌ ⛩📰 书社 ∷ transforms/asset.xslt
 
-© 2023–2024 Lady [@ Ladys Computer].
+© 2023–2024 Lady [@ Ladys 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/>.
@@ -43,12 +43,12 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                </html:video>
        </template>
        <template match="xslt:include[@书社:id='urn:fdc:ladys.computer:20231231:Shu1She4:asset.xslt']" mode="书社:metadata">
-               <for-each select="exsl:node-set($书社:expansion)//html:object[@type='text/css']">
+               <for-each select="$书社:expansion//html:object[@type='text/css']">
                        <html:link rel="stylesheet" type="text/css" href="{@data}">
                                <copy-of select="@书社:identifier"/>
                        </html:link>
                </for-each>
-               <for-each select="exsl:node-set($书社:expansion)//html:style">
+               <for-each select="$书社:expansion//html:style">
                        <copy-of select="."/>
                </for-each>
        </template>
This page took 0.021368 seconds and 4 git commands to generate.