cziegeler 2002/08/27 00:41:15 Modified: src/java/org/apache/cocoon/transformation Tag: cocoon_2_0_3_branch 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 No revision No revision 1.21.2.3 +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.21.2.2 retrieving revision 1.21.2.3 diff -u -r1.21.2.2 -r1.21.2.3 --- TraxTransformer.java 16 Jun 2002 22:45:49 -0000 1.21.2.2 +++ TraxTransformer.java 27 Aug 2002 07:41:15 -0000 1.21.2.3 @@ -556,21 +556,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]