X-Git-Url: https://git.ladys.computer/Vocab/blobdiff_plain/7384274f479bec6a94d5b04b2e60220b54d6976a..a44ada0cc6d08dab7f23d1a9ff93ec79d32dd562:/transforms/metadata.xslt diff --git a/transforms/metadata.xslt b/transforms/metadata.xslt index 495a7ee..d0d204e 100644 --- a/transforms/metadata.xslt +++ b/transforms/metadata.xslt @@ -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>