Explorar el Código

fix namespace

Daniel Sheffield hace 8 meses
padre
commit
df9683658f
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      rest/query-to-xml-xslt.xml

+ 4 - 4
rest/query-to-xml-xslt.xml

@@ -3,10 +3,10 @@
 Copyright (c) Daniel Sheffield 2022
 All rights reserved.
 -->
-<xsl:stylesheet version="1.0"
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns="http://www.w3.org/1999/xhtml"
+<xsl:stylesheet version="1.1"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml"
 >
 
   <xsl:output method="xml"