From aed40c7dc8a04a24936133b3de761ff6f3332e05 Mon Sep 17 00:00:00 2001 From: "kvisco%ziplink.net" Date: Thu, 17 Feb 2000 03:28:53 +0000 Subject: [PATCH] updated stylesheets to use correct XSLT namespace git-svn-id: svn://10.0.0.236/trunk@61175 18797224-902f-48f8-a5cc-f745e15eee43 --- .../transformiix/source/examples/functions.xsl | 2 +- .../transformiix/source/examples/identity.xsl | 4 ++-- .../source/examples/include-helper.xsl | 2 +- .../transformiix/source/examples/include.xsl | 2 +- .../transformiix/source/examples/test.xsl | 14 +++++++------- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/mozilla/extensions/transformiix/source/examples/functions.xsl b/mozilla/extensions/transformiix/source/examples/functions.xsl index e4a56675882..c05b99f554a 100644 --- a/mozilla/extensions/transformiix/source/examples/functions.xsl +++ b/mozilla/extensions/transformiix/source/examples/functions.xsl @@ -26,7 +26,7 @@ **/ --> diff --git a/mozilla/extensions/transformiix/source/examples/identity.xsl b/mozilla/extensions/transformiix/source/examples/identity.xsl index 69902ea91ab..2db0beb9ee5 100644 --- a/mozilla/extensions/transformiix/source/examples/identity.xsl +++ b/mozilla/extensions/transformiix/source/examples/identity.xsl @@ -26,8 +26,8 @@ **/ --> + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> diff --git a/mozilla/extensions/transformiix/source/examples/include-helper.xsl b/mozilla/extensions/transformiix/source/examples/include-helper.xsl index 79583266ace..a6c40740a16 100644 --- a/mozilla/extensions/transformiix/source/examples/include-helper.xsl +++ b/mozilla/extensions/transformiix/source/examples/include-helper.xsl @@ -25,7 +25,7 @@ * This is a test stylesheet used for testing MITRE's XSL processor **/ --> - + diff --git a/mozilla/extensions/transformiix/source/examples/include.xsl b/mozilla/extensions/transformiix/source/examples/include.xsl index c405f8357f5..0ce25456944 100644 --- a/mozilla/extensions/transformiix/source/examples/include.xsl +++ b/mozilla/extensions/transformiix/source/examples/include.xsl @@ -26,7 +26,7 @@ **/ --> diff --git a/mozilla/extensions/transformiix/source/examples/test.xsl b/mozilla/extensions/transformiix/source/examples/test.xsl index b3a80998bf1..920228cea1c 100644 --- a/mozilla/extensions/transformiix/source/examples/test.xsl +++ b/mozilla/extensions/transformiix/source/examples/test.xsl @@ -5,23 +5,23 @@ * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/MPL/ - * + * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. - * + * * The Original Code is XSL:P XSLT processor. - * + * * The Initial Developer of the Original Code is Keith Visco. * Portions created by Keith Visco (C) 1999 Keith Visco. * All Rights Reserved.. * - * Contributor(s): + * Contributor(s): * 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 --> - + @@ -134,7 +134,7 @@ <xsl:if test="'a'!='b'">a does not equal b</xsl:if>
Desired Result: a does not equal to b
- Result: + Result: a equals b
a does not equal b