http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1361 *** shadow/1361 Tue May 22 11:38:01 2001 --- shadow/1361.tmp.20347 Thu Jun 14 12:45:49 2001 *************** *** 2,9 **** | Transformation with DOMSource(Node n) works only with a Document Node | +----------------------------------------------------------------------------+ | Bug #: 1361 Product: XalanJ2 | ! | Status: NEW Version: 2.0.1 | ! | Resolution: Platform: PC | | Severity: Major OS/Version: Windows NT/2K | | Priority: High Component: javax.xml | +----------------------------------------------------------------------------+ --- 2,9 ---- | Transformation with DOMSource(Node n) works only with a Document Node | +----------------------------------------------------------------------------+ | Bug #: 1361 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.0.1 | ! | Resolution: FIXED Platform: PC | | Severity: Major OS/Version: Windows NT/2K | | Priority: High Component: javax.xml | +----------------------------------------------------------------------------+ *************** *** 25,27 **** --- 25,38 ---- Regards Thomas + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-14 12:45 ------- + Scott thinks this is fixed; it seems fixed; and the current xml-xalan CVS tree + today works fine with programmatically constructed DOM Documents, + DocumentFragments, and Elements. + TestID xalanj2.ProgrammaticDOMTest + Note that programmatically constructed 'stylesheets' as DocumentFragments or + Elements do *not* appear to work, although this may be because the test isn't + properly setting the namespaces, etc. + If you still see this condition, please attach a code sample that shows the + problem. \ No newline at end of file