minchau     2004/02/18 15:51:20

  Modified:    java/src/org/apache/xalan/lib Redirect.java
  Log:
  Javadoc update only.
  
  PR: bugzilla 26742
  Submitted by: Brian Minchau
  
  Changed old invalid URI for xmlns:xsl to the correct one
  for XSLT 1.0.  The old value was before the XSLT 1.0 recommendation
  and appeared only in a javadoc example.  But it did confuse me when
  I tried to run the example in the javadoc.
  - Brian Minchau
  
  Revision  Changes    Path
  1.22      +3 -2      xml-xalan/java/src/org/apache/xalan/lib/Redirect.java
  
  Index: Redirect.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/Redirect.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- Redirect.java     11 Feb 2004 17:56:36 -0000      1.21
  +++ Redirect.java     18 Feb 2004 23:51:20 -0000      1.22
  @@ -76,7 +76,8 @@
    * <p>Example:</p>
    * <PRE>
    * &lt;?xml version="1.0"?>
  - * &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";
  + * &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
  + *                 version="1.0"
    *                 xmlns:redirect="http://xml.apache.org/xalan/redirect";
    *                 extension-element-prefixes="redirect">
    *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to