You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/12/09 00:28:09 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/templates output_html.properties output_text.properties

sboag       00/12/08 15:28:08

  Modified:    java/src/org/apache/xalan/templates output_html.properties
                        output_text.properties
  Log:
  Fixed the media-type defaults, and also set the version default for HTML.
  
  Revision  Changes    Path
  1.2       +2 -0      xml-xalan/java/src/org/apache/xalan/templates/output_html.properties
  
  Index: output_html.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/output_html.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- output_html.properties	2000/12/06 05:52:41	1.1
  +++ output_html.properties	2000/12/08 23:28:07	1.2
  @@ -6,6 +6,8 @@
   # XSLT properties do not need namespace qualification.
   method=xml
   indent=yes
  +media-type=text/html
  +version=4.0
   
   # Xalan-specific output properties.  These can be overridden in the stylesheet 
   # assigning a xalan namespace.  For example:
  
  
  
  1.2       +1 -0      xml-xalan/java/src/org/apache/xalan/templates/output_text.properties
  
  Index: output_text.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/output_text.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- output_text.properties	2000/12/06 05:52:41	1.1
  +++ output_text.properties	2000/12/08 23:28:07	1.2
  @@ -5,6 +5,7 @@
   
   # XSLT properties do not need namespace qualification.
   method=text
  +media-type=text/plain
   
   # Xalan-specific output properties.  These can be overridden in the stylesheet 
   # assigning a xalan namespace.  For example: