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

diff --git a/transforms/metadata.xslt b/transforms/metadata.xslt
index 88877a4..ac618fd 100644
--- a/transforms/metadata.xslt
+++ b/transforms/metadata.xslt
@@ -7,31 +7,20 @@
 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 "ancestor::html:*[@itemscope and @itemtype='&书社;:document'] and not(ancestor::html:*[@itemscope]/ancestor::html:*[@itemscope and @itemtype='&书社;:document'] or preceding::html:*[@itemtype='&书社;:document'])">
+	<!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"
-	exclude-result-prefixes="书社"
 	version="1.0"
 >
 	<书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:metadata.xslt</书社:id>
-	<template match="html:*[@itemscope][1]//html:meta[not(@name) and starts-with(@itemprop, 'urn:fdc:ladys.computer:20231231:Shu1She4:')]">
-		<comment>
-			<text>[书社:META] </text>
-			<value-of select="substring-after(@itemprop, 'urn:fdc:ladys.computer:20231231:Shu1She4:')"/>
-			<text>: </text>
+	<template match="html:meta[not(@name) and @itemprop='&书社;:title'][&attoplevel;]" mode="书社:metadata">
+		<html:title>
 			<value-of select="@content"/>
-		</comment>
-	</template>
-	<template match="comment()[starts-with(., '[书社:META] ')]" mode="书社:metadata">
-		<variable name="property" select="substring-before(substring-after(., '[书社:META] '), ': ')"/>
-		<variable name="value" select="substring-after(., concat('[书社:META] ', $property, ': '))"/>
-		<choose>
-			<when test="$property='title'">
-				<html:title>
-					<value-of select="$value"/>
-				</html:title>
-			</when>
-		</choose>
+		</html:title>
 	</template>
 </transform>