You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/21 05:11:24 UTC

DO NOT REPLY [Bug 16286] New: - Odd error when using Identity Transformation to build DOM

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: xalan-dev@xml.apache.org
        ReportedBy: prb@fivesight.com


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.