You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2008/09/24 14:34:21 UTC

svn commit: r698542 - /ant/core/trunk/src/etc/checkstyle/checkstyle-frames.xsl

Author: jhm
Date: Wed Sep 24 05:34:20 2008
New Revision: 698542

URL: http://svn.apache.org/viewvc?rev=698542&view=rev
Log:
Change redirect-XMLNS according to Xalans recommendation on http://xml.apache.org/xalan-j/extensionslib.html#redirect.

Modified:
    ant/core/trunk/src/etc/checkstyle/checkstyle-frames.xsl

Modified: ant/core/trunk/src/etc/checkstyle/checkstyle-frames.xsl
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/checkstyle/checkstyle-frames.xsl?rev=698542&r1=698541&r2=698542&view=diff
==============================================================================
--- ant/core/trunk/src/etc/checkstyle/checkstyle-frames.xsl (original)
+++ ant/core/trunk/src/etc/checkstyle/checkstyle-frames.xsl Wed Sep 24 05:34:20 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <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.lib.Redirect"
+    xmlns:redirect="http://xml.apache.org/xalan/redirect"
     extension-element-prefixes="redirect">
 
 <!--