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=13375>.
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=13375

Incorrect namespace uri after copy-of

           Summary: Incorrect namespace uri after copy-of
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Xalan
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


See testcase: namespace141. The xmlns="http://www.w3.org/XML/1998/namespace"; is 
incorrect.

In startAndAddPrefixMappings in ResultTreeHandler, startPrefixMapping was called
with a null uri argument.

Later, when the uri is retrieved and used in a stringToIndex call in 
SAX2DTM.startElement(), an index of -1 is retrieved an incorrect entry 
in the m_data vector is accessed (and used as the namespace URI).

Reply via email to