http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2758 *** shadow/2758 Mon Jul 23 23:35:45 2001 --- shadow/2758.tmp.21850 Tue Jul 24 11:32:42 2001 *************** *** 2,9 **** | Call to transform() resets output properties | +----------------------------------------------------------------------------+ | Bug #: 2758 Product: XalanJ2 | ! | Status: NEW Version: CurrentCVS | ! | Resolution: Platform: All | | Severity: Normal OS/Version: Other | | Priority: Other Component: javax.xml | +----------------------------------------------------------------------------+ --- 2,9 ---- | Call to transform() resets output properties | +----------------------------------------------------------------------------+ | Bug #: 2758 Product: XalanJ2 | ! | Status: RESOLVED Version: CurrentCVS | ! | Resolution: FIXED Platform: All | | Severity: Normal OS/Version: Other | | Priority: Other Component: javax.xml | +----------------------------------------------------------------------------+ *************** *** 56,59 **** new StreamResult("a-2.xml")); } } ! >>>>> END CODE SNIPPET <<<<<<<<<<<<< --- 56,64 ---- new StreamResult("a-2.xml")); } } ! >>>>> END CODE SNIPPET <<<<<<<<<<<<< ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-24 11:32 ------- ! Committed TransformerIdentityImpl, revision 1.16, to fix this problem. The flag ! indicating that a call to startDocument() in the resultContentHandler was ! necessary was not being reset for multiple transforms.
