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

Null value for namespace arg in startElement() and endElement().

           Summary: Null value for namespace arg in startElement() and
                    endElement().
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: javax.xml
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I use a javax.xml.transform.sax.TransformerHandler to transform a 
document, such that the result tree is sent to an org.xml.sax.ContentHandler, 
the TransformerHandler sometimes sets the namespace argument of the 
ContentHandler.startElement() and ContentHandler.endElement() methods to null. 
According to the SAX2 standard, the namespace argument should never be set to 
null; instead, it should be set to the empty string.

Reply via email to