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:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to