-->
<!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>