X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/c0ddb08dd954a1c0413db9f4067b494532eaf3fe..7338b131dca1dee3159488ef23b8d2545f1a5289:/transforms/metadata.xslt?ds=inline

diff --git a/transforms/metadata.xslt b/transforms/metadata.xslt
index 2901e56..c481750 100644
--- a/transforms/metadata.xslt
+++ b/transforms/metadata.xslt
@@ -4,27 +4,28 @@ SPDX-FileCopyrightText: 2023, 2024 Lady <https://www.ladys.computer/about/#lady>
 SPDX-License-Identifier: MPL-2.0
 -->
 <!--
-⁌ ⛩️📰 书社 ∷ transforms/metadata.xslt
+⁌ ⛩📰 书社 ∷ transforms/metadata.xslt
 
-© 2023–2024 Lady [@ Lady’s 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/>.
 -->
 <!DOCTYPE transform [
 	<!ENTITY attoplevel "not(ancestor::html:template) and ancestor::html:*[@itemscope and @itemtype='&书社;:document'] and not(ancestor::html:*[@itemscope]/ancestor::html:*[@itemscope and @itemtype='&书社;:document'] or preceding::html:*[@itemtype='&书社;:document'])">
+	<!ENTITY xhtml "http://www.w3.org/1999/xhtml">
 	<!ENTITY 书社 "urn:fdc:ladys.computer:20231231:Shu1She4">
 ]>
 <transform
 	xmlns="http://www.w3.org/1999/XSL/Transform"
-	xmlns:html="http://www.w3.org/1999/xhtml"
-	xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
+	xmlns:html="&xhtml;"
+	xmlns:书社="&书社;"
 	version="1.0"
 >
 	<书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:metadata.xslt</书社:id>
 	<template match="html:meta[not(@name) and @itemprop='&书社;:title'][&attoplevel;]" mode="书社:metadata">
-		<html:title>
+		<element name="title" namespace="&xhtml;">
 			<value-of select="@content"/>
-		</html:title>
+		</element>
 	</template>
 </transform>