You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2002/12/03 15:44:12 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/serialization HTMLSerializer.java

cziegeler    2002/12/03 06:44:12

  Modified:    src/java/org/apache/cocoon/serialization HTMLSerializer.java
  Log:
  This one didn't make it in the last commit...
  
  Revision  Changes    Path
  1.12      +2 -2      xml-cocoon2/src/java/org/apache/cocoon/serialization/HTMLSerializer.java
  
  Index: HTMLSerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/serialization/HTMLSerializer.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HTMLSerializer.java	3 Dec 2002 13:30:34 -0000	1.11
  +++ HTMLSerializer.java	3 Dec 2002 14:44:12 -0000	1.12
  @@ -91,8 +91,8 @@
           try {
               super.setOutputStream(out);
               TransformerHandler handler = this.getTransformerHandler();
  -            handler.setResult(new StreamResult(this.output));
               handler.getTransformer().setOutputProperties(this.format);
  +            handler.setResult(new StreamResult(this.output));
               this.setContentHandler(handler);
               this.setLexicalHandler(handler);
           } catch (Exception e) {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org