dmarston 01/03/28 15:48:00
Modified: test/tests/conf/lre lre03.xsl lre02.xsl
Log:
Try to make things right regarding default namespace.
Revision Changes Path
1.3 +1 -1 xml-xalan/test/tests/conf/lre/lre03.xsl
Index: lre03.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/lre/lre03.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lre03.xsl 2001/03/26 19:18:02 1.2
+++ lre03.xsl 2001/03/28 23:48:00 1.3
@@ -15,7 +15,7 @@
that were present on the element node in the stylesheet tree with the
exception
of any namespace node whose string-value is the XSLT namespace URI, a
namespace
URI declared as an extension namespace, or a namespace URI designated
as an
- excluded namespace. -->
+ excluded namespace. (Can't exclude namespaces that are used,
however.) -->
<xsl:template match="doc">
<out english="to leave" xsl:exclude-result-prefixes="java jad #default"/>
1.3 +1 -1 xml-xalan/test/tests/conf/lre/lre02.xsl
Index: lre02.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/lre/lre02.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lre02.xsl 2001/03/26 19:18:02 1.2
+++ lre02.xsl 2001/03/28 23:48:00 1.3
@@ -16,7 +16,7 @@
that were present on the element node in the stylesheet tree with the
exception
of any namespace node whose string-value is the XSLT namespace URI, a
namespace
URI declared as an extension namespace, or a namespace URI designated
as an
- excluded namespace. -->
+ excluded namespace. (Can't exclude namespaces that are used,
however.) -->
<xsl:template match="doc">
<out english="to leave"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]