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=3652>. 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=3652 Summary: DOM2SAX reports attribute types incorrectly Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] DOM2SAX, line 151: getNodeTypeFromCode(code), // must be better way This returns the DOM node type name at present. According to the SAX API, this should always return "CDATA", as the parser that built the DOM has already processed data of any other type. (See the JavaDoc for the org.xml.sax.Attributes class, getType() method.)
