PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1800 *** shadow/1800 Sun May 20 17:27:42 2001 --- shadow/1800.tmp.14775 Tue Aug 7 03:31:13 2001 *************** *** 1,19 **** ! Bug#: 1800 ! Product: XalanJ2 ! Version: 2.0.x ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: Medium ! Component: org.apache.xalan.transformer ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: setTransformState not called until after startDocument ! Either we need to update the javadoc for TransformerClient and TransformState, or we need to fix the QueuedStartDocument.flush(ResultTreeHandler rth) method to properly call setTransformState first, before startDocument. --- 1,19 ---- ! +============================================================================+ ! | setTransformState not called until after startDocument | ! +----------------------------------------------------------------------------+ ! | Bug #: 1800 Product: XalanJ2 | ! | Status: NEW Version: 2.0.x | ! | Resolution: Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: Medium Component: org.apache.xalan.transf | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | Either we need to update the javadoc for TransformerClient and TransformState, or we need to fix the QueuedStartDocument.flush(ResultTreeHandler rth) method to properly call setTransformState first, before startDocument. *************** *** 30,32 **** --- 30,36 ---- fireGenerateEvent(), and finally super.flush()? Or am I missing something (I haven't looked at it deeply) TestID: TransformStateAPITest.testCase1 + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-07 03:31 ------- + Just classifying bugs as Keywords:APIBug == bugs that pertain to specific API + calls or advanced usage of Xalan. \ No newline at end of file
