conor 2003/07/20 03:18:29
Modified: src/etc coverage-frames.xsl jdepend-frames.xsl
junit-frames.xsl maudit-frames.xsl
mmetrics-frames.xsl
src/etc/checkstyle checkstyle-frames.xsl checkstyle-xdoc.xsl
Log:
Update stylesheets to use Xalan2 redirect.
PR: 21627
Submitted by: Paul Krause
Revision Changes Path
1.6 +17 -17 ant/src/etc/coverage-frames.xsl
Index: coverage-frames.xsl
===================================================================
RCS file: /home/cvs/ant/src/etc/coverage-frames.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -u -r1.5 -r1.6
--- coverage-frames.xsl 10 Feb 2003 14:13:28 -0000 1.5
+++ coverage-frames.xsl 20 Jul 2003 10:18:26 -0000 1.6
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
+ xmlns:redirect="org.apache.xalan.lib.Redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
1.6 +18 -18 ant/src/etc/jdepend-frames.xsl
Index: jdepend-frames.xsl
===================================================================
RCS file: /home/cvs/ant/src/etc/jdepend-frames.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -u -r1.5 -r1.6
--- jdepend-frames.xsl 10 Feb 2003 14:13:28 -0000 1.5
+++ jdepend-frames.xsl 20 Jul 2003 10:18:27 -0000 1.6
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
+ xmlns:redirect="org.apache.xalan.lib.Redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<!--
1.14 +23 -23 ant/src/etc/junit-frames.xsl
Index: junit-frames.xsl
===================================================================
RCS file: /home/cvs/ant/src/etc/junit-frames.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -u -r1.13 -r1.14
--- junit-frames.xsl 10 Feb 2003 14:13:28 -0000 1.13
+++ junit-frames.xsl 20 Jul 2003 10:18:28 -0000 1.14
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
+ xmlns:redirect="org.apache.xalan.lib.Redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator=","/>
1.7 +18 -18 ant/src/etc/maudit-frames.xsl
Index: maudit-frames.xsl
===================================================================
RCS file: /home/cvs/ant/src/etc/maudit-frames.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -u -r1.6 -r1.7
--- maudit-frames.xsl 10 Feb 2003 14:13:28 -0000 1.6
+++ maudit-frames.xsl 20 Jul 2003 10:18:28 -0000 1.7
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
+ xmlns:redirect="org.apache.xalan.lib.Redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
1.6 +26 -26 ant/src/etc/mmetrics-frames.xsl
Index: mmetrics-frames.xsl
===================================================================
RCS file: /home/cvs/ant/src/etc/mmetrics-frames.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -u -r1.5 -r1.6
--- mmetrics-frames.xsl 10 Feb 2003 14:13:28 -0000 1.5
+++ mmetrics-frames.xsl 20 Jul 2003 10:18:28 -0000 1.6
@@ -1,7 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:xalan="http://xml.apache.org/xalan"
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
+ xmlns:redirect="org.apache.xalan.lib.Redirect"
exclude-result-prefixes="xalan"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
1.3 +1 -1 ant/src/etc/checkstyle/checkstyle-frames.xsl
Index: checkstyle-frames.xsl
===================================================================
RCS file: /home/cvs/ant/src/etc/checkstyle/checkstyle-frames.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -u -r1.2 -r1.3
--- checkstyle-frames.xsl 5 Jul 2003 14:34:11 -0000 1.2
+++ checkstyle-frames.xsl 20 Jul 2003 10:18:29 -0000 1.3
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
+ xmlns:redirect="org.apache.xalan.lib.Redirect"
extension-element-prefixes="redirect">
<!--
1.3 +1 -1 ant/src/etc/checkstyle/checkstyle-xdoc.xsl
Index: checkstyle-xdoc.xsl
===================================================================
RCS file: /home/cvs/ant/src/etc/checkstyle/checkstyle-xdoc.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -u -r1.2 -r1.3
--- checkstyle-xdoc.xsl 5 Jul 2003 14:34:11 -0000 1.2
+++ checkstyle-xdoc.xsl 20 Jul 2003 10:18:29 -0000 1.3
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
- xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
+ xmlns:redirect="org.apache.xalan.lib.Redirect"
extension-element-prefixes="redirect">
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]