]> Lady’s Gitweb - Shushe/commitdiff
Use @extension-element-prefixes to exclude E·X·S·L
authorLady <redacted>
Tue, 2 Apr 2024 01:46:47 +0000 (21:46 -0400)
committerLady <redacted>
Tue, 2 Apr 2024 02:11:12 +0000 (22:11 -0400)
This follows the recommendations on the website and enables the use of
E·X·S·L extension elements in addition to the extension functions.

lib/catalog2transform.xslt
parsers/record-jar.xslt
parsers/tsv.xslt
transforms/asset.xslt

index 85d043c7c359651f0a855e751ac9cc20efd49267..a2af62f2e66c535fb4ef73085565e6da6b95b0ae 100644 (file)
@@ -29,7 +29,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
 >
        <namespace-alias stylesheet-prefix="xslt" result-prefix="#default"/>
        <template match="/">
-               <xslt:transform exclude-result-prefixes="catalog exsl exslstr" version="1.0">
+               <xslt:transform exclude-result-prefixes="catalog" extension-element-prefixes="exsl exslstr" version="1.0">
                        <xslt:param name="BUILDTIME" select="'1972-12-31T00:00:00Z'"/>
                        <xslt:param name="CKSUM" select="false()"/>
                        <xslt:param name="CATALOG" select="'catalog'"/>
index 6255147014513d28e3af5d2f36902caea8b2ff9f..9c940d01f2134b283cad4bac2c8d4ab1c90c2ea4 100644 (file)
@@ -17,7 +17,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
        xmlns:exslstr="http://exslt.org/strings"
        xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
-       exclude-result-prefixes="exsl exslstr"
+       extension-element-prefixes="exsl exslstr"
        version="1.0"
 >
        <书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:record-jar.xslt</书社:id>
index 2597060cd697d5d7315deb1252c222c6f5e73799..6c689360a3afb1e4a6f3b92ba827043667decaa1 100644 (file)
@@ -17,7 +17,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
        xmlns:exslstr="http://exslt.org/strings"
        xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
-       exclude-result-prefixes="exsl exslstr"
+       extension-element-prefixes="exsl exslstr"
        version="1.0"
 >
        <import href="../lib/split.xslt"/>
index 29a9a8fc0d91927790331a55d50698b0ab349ba8..f7636c2f2b255298d162c2c39c354d85314507eb 100644 (file)
@@ -17,7 +17,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
        xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
        xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
-       exclude-result-prefixes="exsl"
+       extension-element-prefixes="exsl"
        version="1.0"
 >
        <书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:asset.xslt</书社:id>
This page took 0.019537 seconds and 4 git commands to generate.