DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16286>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16286 Odd error when using Identity Transformation to build DOM Summary: Odd error when using Identity Transformation to build DOM Product: XalanJ2 Version: 2.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: org.apache.xml.utils AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The input document is: <test xmlns="http://foo.bar"><bar:test xmlns:bar="http://baz.qux" bar:foo="blah" /><test xmlns:foo="http://bar.foo" foo:bar="blah" /></test> The scenario is one of the simplest possible: StreamSource to DOMResult using an identity transformation obtained by the newTransformer() method.