SPDX-License-Identifier: MPL-2.0
-->
<!--
-⁌ ⛩️📰 书社 ∷ transforms/serialization.xslt
+⁌ ⛩📰 书社 ∷ transforms/serialization.xslt
© 2024 Lady [@ Lady’s Computer].
>
<import href="../lib/serialize.xslt"/>
<书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:serialization.xslt</书社:id>
- <template match="书社:serialize-xml" mode="书社:application" priority="1">
+ <template match="书社:serialize-xml" mode="书社:apply" priority="1">
<variable name="namespaces" select="namespace::*"/>
<variable name="contents">
- <apply-templates mode="书社:application"/>
+ <apply-templates mode="书社:apply"/>
</variable>
<variable name="passthru-namespaces" select="exslstr:tokenize(string(@with-namespaces))"/>
<apply-templates select="exsl:node-set($contents)" mode="书社:serialize">
</with-param>
</apply-templates>
</template>
+ <template match="书社:raw-output" mode="书社:serialize" priority="1">
+ <copy-of select=".//text()"/>
+ </template>
</transform>