]> Lady’s Gitweb - Vocab/blobdiff - transforms/metadata.xslt
Add terms from S·I·O·C
[Vocab] / transforms / metadata.xslt
index 495a7ee88a9874e7675f5d6e56d70b8dc04d3498..d0d204ebf11ba90a599eb501d349a0c484b5a88b 100644 (file)
@@ -9,15 +9,17 @@ SPDX-License-Identifier: MPL-2.0
 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 xhtml 'http://www.w3.org/1999/xhtml'>
+]>
 <transform
        xmlns="http://www.w3.org/1999/XSL/Transform"
-       xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
        version="1.0"
 >
        <书社:id>urn:fdc:vocab.ladys.computer:20240731:transforms:metadata.xslt</书社:id>
        <template match="书社:id[string()='urn:fdc:vocab.ladys.computer:20240731:transforms:metadata.xslt']" mode="书社:metadata">
-               <element name="html:meta">
+               <element name="meta" namespace="&xhtml;">
                        <attribute name="name">
                                <text>viewport</text>
                        </attribute>
@@ -25,7 +27,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                <text>width=device-width,initial-scale=1</text>
                        </attribute>
                </element>
-               <element name="html:link">
+               <element name="link" namespace="&xhtml;">
                        <attribute name="href">
                                <text>/ontology.rdf</text>
                        </attribute>
@@ -36,7 +38,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                <text>application/rdf+xml</text>
                        </attribute>
                </element>
-               <element name="html:link">
+               <element name="link" namespace="&xhtml;">
                        <attribute name="href">
                                <text>/ontology.rdf</text>
                        </attribute>
@@ -47,7 +49,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                <text>application/rdf+xml</text>
                        </attribute>
                </element>
-               <element name="html:link">
+               <element name="link" namespace="&xhtml;">
                        <attribute name="href">
                                <text>/style.css</text>
                        </attribute>
This page took 0.021222 seconds and 4 git commands to generate.