You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2004/02/19 00:51:21 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/lib Redirect.java

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org