You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by dl...@apache.org on 2002/01/22 19:45:09 UTC

cvs commit: xml-commons/java/external/src/javax/xml/transform OutputKeys.java

dleslie     02/01/22 10:45:09

  Modified:    java/external/src/javax/xml/transform OutputKeys.java
  Log:
  Bugzilla 5304 -- corrected error in VERSION: xml 4.0 to html 4.0.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-commons/java/external/src/javax/xml/transform/OutputKeys.java
  
  Index: OutputKeys.java
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/external/src/javax/xml/transform/OutputKeys.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OutputKeys.java	22 May 2001 17:01:44 -0000	1.2
  +++ OutputKeys.java	22 Jan 2002 18:45:09 -0000	1.3
  @@ -94,7 +94,7 @@
        * version of XML to be used for outputting the result tree. The default
        * value for the xml output method is 1.0. When the output method is
        * "html", the version value indicates the version of the HTML.
  -     * The default value for the xml output method is 4.0, which specifies
  +     * The default value for the html output method is 4.0, which specifies
        * that the result should be output as HTML conforming to the HTML 4.0
        * Recommendation [HTML].  If the output method is "text", the version
        * property is ignored.</p>