dleslie 99/12/03 11:45:10
Modified: docs body.xsl copyright.xsl head.xsl home.xsl index.xsl
links.xsl org-apache-xml-serialize.xml package.xsl
side.xsl
Log:
Removed final "/" from namespace ref in xsl stylesheets, so
xsl namespace reads http://www.w3.org/1999/XSL/Transform
Revision Changes Path
1.5 +1 -1 xml-xalan/docs/body.xsl
Index: body.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/body.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- body.xsl 1999/12/03 16:35:06 1.4
+++ body.xsl 1999/12/03 19:45:08 1.5
@@ -57,7 +57,7 @@
* <http://www.apache.org/>.
-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:param name="curid" select="''"/>
<xsl:key name="id" match="*" use="@id"/>
1.3 +1 -1 xml-xalan/docs/copyright.xsl
Index: copyright.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/copyright.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- copyright.xsl 1999/12/03 16:35:06 1.2
+++ copyright.xsl 1999/12/03 19:45:08 1.3
@@ -56,7 +56,7 @@
* <http://www.apache.org/>.
-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
1.3 +1 -1 xml-xalan/docs/head.xsl
Index: head.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/head.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- head.xsl 1999/12/03 16:35:06 1.2
+++ head.xsl 1999/12/03 19:45:08 1.3
@@ -57,7 +57,7 @@
* <http://www.apache.org/>.
-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
1.3 +1 -1 xml-xalan/docs/home.xsl
Index: home.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/home.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- home.xsl 1999/12/03 16:35:06 1.2
+++ home.xsl 1999/12/03 19:45:08 1.3
@@ -57,7 +57,7 @@
* <http://www.apache.org/>.
-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:param name="curid" select="''"/>
1.5 +1 -1 xml-xalan/docs/index.xsl
Index: index.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/index.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xsl 1999/12/03 16:35:07 1.4
+++ index.xsl 1999/12/03 19:45:08 1.5
@@ -56,7 +56,7 @@
* <http://www.apache.org/>.
-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
1.4 +1 -1 xml-xalan/docs/links.xsl
Index: links.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/links.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- links.xsl 1999/12/03 16:35:07 1.3
+++ links.xsl 1999/12/03 19:45:08 1.4
@@ -56,7 +56,7 @@
* <http://www.apache.org/>.
-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes"/>
<xsl:template match="/">
1.2 +1 -1 xml-xalan/docs/org-apache-xml-serialize.xml
Index: org-apache-xml-serialize.xml
===================================================================
RCS file: /home/cvs/xml-xalan/docs/org-apache-xml-serialize.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-apache-xml-serialize.xml 1999/12/02 15:42:10 1.1
+++ org-apache-xml-serialize.xml 1999/12/03 19:45:09 1.2
@@ -63,7 +63,7 @@
<p>Tools (work in progress) for serlializing DOM trees and SAX
events.</p>
</s2>
<s2 title="Description">
- <p>Eventually the tools in this package should replace the
FormatterToDOM, FormatterToHTML,
+ <p>Eventually the tools in this package will replace the
FormatterToDOM, FormatterToHTML,
FormatterToText, and FormatterToXML classes in the
org.apache.xalan.xpath.xml package.</p>
</s2>
</s1>
1.3 +1 -1 xml-xalan/docs/package.xsl
Index: package.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/package.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.xsl 1999/12/03 16:35:07 1.2
+++ package.xsl 1999/12/03 19:45:09 1.3
@@ -60,7 +60,7 @@
-->
<!-- Formatting instructions for XSL Readme page -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:key name="id" match="*" use="@id"/>
<xsl:output method="html" indent="yes"/>
1.4 +1 -1 xml-xalan/docs/side.xsl
Index: side.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/docs/side.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- side.xsl 1999/12/03 16:35:07 1.3
+++ side.xsl 1999/12/03 19:45:09 1.4
@@ -57,7 +57,7 @@
* <http://www.apache.org/>.
-->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:param name="curid" select="''"/>