From: Lady <redacted>
Date: Thu, 11 Apr 2024 16:58:00 +0000 (-0400)
Subject: Make <书社:raw-text> a C·data section element
X-Git-Tag: 0.7.1^0
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/c26abcf07cd0f116b5810946744dd804cc41a208?ds=sidebyside;hp=618ad43397b628e16729167fab7adfef354434bd

Make <书社:raw-text> a C·data section element
---

diff --git a/lib/catalog2transform.xslt b/lib/catalog2transform.xslt
index e5ce321..2315762 100644
--- a/lib/catalog2transform.xslt
+++ b/lib/catalog2transform.xslt
@@ -389,7 +389,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
 			<xslt:template match="text()" mode="书社:header"/>
 			<xslt:template match="text()" mode="书社:footer"/>
 			<xslt:template match="text()" mode="书社:metadata"/>
-			<xslt:output method="xml" encoding="UTF-8" cdata-section-elements="html:script html:style html:textarea"/>
+			<xslt:output method="xml" encoding="UTF-8" cdata-section-elements="html:script html:style html:textarea 书社:raw-text"/>
 		</xslt:transform>
 	</template>
 	<output method="xml" encoding="UTF-8"/>