updated stylesheets to use correct XSLT namespace

This commit is contained in:
kvisco%ziplink.net 2000-02-17 03:28:53 +00:00
parent 39aee41f80
commit 8b958a30e8
5 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@
**/
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
result-ns="http://www.w3.org/TR/REC-html40"
default-space="strip">

View File

@ -26,8 +26,8 @@
**/
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
indent-result="yes">
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- root rule -->
<xsl:template match="/">

View File

@ -25,7 +25,7 @@
* This is a test stylesheet used for testing MITRE's XSL processor
**/
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- match document element -->
<xsl:template match="document">

View File

@ -26,7 +26,7 @@
**/
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
indent-result="yes"
result-ns="http://www.w3.org/TR/REC-html40">

View File

@ -21,7 +21,7 @@
* Keith Visco, kvisco@ziplink.net
* - original author.
*
* $Id: test.xsl,v 1.3 1999/11/18 04:39:51 kvisco%ziplink.net Exp $
* $Id: test.xsl,v 1.4 2000/02/17 03:28:53 kvisco%ziplink.net Exp $
*/
-->
@ -29,7 +29,7 @@
This is a test stylesheet used for testing the XSL processor
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- set the output properties -->
<xsl:output method="html"/>