adding the version="1.0" for some stylesheets, not part of build

This commit is contained in:
axel%pike.org 2000-10-25 16:45:33 +00:00
Родитель fa3d175e2a
Коммит d563be21fc
4 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -35,7 +35,8 @@
<xsl:stylesheet <xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
result-ns="http://www.w3.org/1999/xhtml" result-ns="http://www.w3.org/1999/xhtml"
default-space="strip"> default-space="strip"
version="1.0">
<!-- root rule --> <!-- root rule -->
<xsl:template match="/"> <xsl:template match="/">

Просмотреть файл

@ -25,7 +25,7 @@
* This is a test stylesheet used for testing MITRE's XSL processor * 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 --> <!-- match document element -->
<xsl:template match="document"> <xsl:template match="document">

Просмотреть файл

@ -28,7 +28,8 @@
<xsl:stylesheet <xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
indent-result="yes" 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"/> <xsl:include href="include-helper.xsl"/>

Просмотреть файл

@ -21,7 +21,7 @@
* Keith Visco, kvisco@ziplink.net * Keith Visco, kvisco@ziplink.net
* - original author. * - 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 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 --> <!-- set the output properties -->
<xsl:output method="html"/> <xsl:output method="html"/>