зеркало из https://github.com/mozilla/gecko-dev.git
adding the version="1.0" for some stylesheets, not part of build
This commit is contained in:
Родитель
fa3d175e2a
Коммит
d563be21fc
|
@ -35,7 +35,8 @@
|
|||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
result-ns="http://www.w3.org/1999/xhtml"
|
||||
default-space="strip">
|
||||
default-space="strip"
|
||||
version="1.0">
|
||||
|
||||
<!-- root rule -->
|
||||
<xsl:template match="/">
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* This is a test stylesheet used for testing MITRE's XSL processor
|
||||
**/
|
||||
-->
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<!-- match document element -->
|
||||
<xsl:template match="document">
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
indent-result="yes"
|
||||
result-ns="http://www.w3.org/1999/xhtml">
|
||||
result-ns="http://www.w3.org/1999/xhtml"
|
||||
version="1.0">
|
||||
|
||||
<xsl:include href="include-helper.xsl"/>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* Keith Visco, kvisco@ziplink.net
|
||||
* - original author.
|
||||
*
|
||||
* $Id: test.xsl,v 1.6 2000/08/26 04:43:33 Peter.VanderBeken%pandora.be Exp $
|
||||
* $Id: test.xsl,v 1.7 2000/10/25 16:45:33 axel%pike.org Exp $
|
||||
*/
|
||||
-->
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
This is a test stylesheet used for testing the XSL processor
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<!-- set the output properties -->
|
||||
<xsl:output method="html"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче