3 ⁌ ⛩️📰 书社 ∷ transforms/attributes.xslt
5 © 2024 Lady [@ Lady’s Computer]
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/>.
11 xmlns="http://www.w3.org/1999/XSL/Transform"
12 xmlns:exsl="http://exslt.org/common"
13 xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
14 exclude-result-prefixes="exsl"
17 <书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:attributes.xslt</书社:id>
18 <template match="书社:apply-attributes">
19 <for-each select="node()">
22 <variable name="original" select="."/>
23 <variable name="result">
24 <apply-templates select="."/>
26 <for-each select="exsl:node-set($result)/*">
28 <for-each select="@*|$original/../@*">
36 <apply-templates select="."/>