cziegeler 2002/08/27 00:39:04 Modified: src/java/org/apache/cocoon/transformation TraxTransformer.java Log: Removing fix - the sax events are now send correctly due to the fix in the xml byte stream compiler Revision Changes Path 1.34 +1 -16 xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java Index: TraxTransformer.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- TraxTransformer.java 9 Aug 2002 07:28:04 -0000 1.33 +++ TraxTransformer.java 27 Aug 2002 07:39:04 -0000 1.34 @@ -600,21 +600,6 @@ } /** - * SAX Event handling - * FIXME (CZ) This fixes a problem with either the XSLTProcessor - * or the byte stream compiler and comment events send before - * the startDocument event. - */ - public void comment(char ary[], int start, int length) - throws SAXException { - try { - super.comment(ary, start, length); - } catch (Exception any) { - this.getLogger().error("Error in TraxTransformer.comment.", any); - } - } - - /** * Fix for stopping hanging threads of Xalan */ public void endDocument()
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]