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=24124>. 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=24124 Default attribute values are not reported for invalid documents Summary: Default attribute values are not reported for invalid documents Product: Xerces2-J Version: 2.5.0 Platform: Other OS/Version: All Status: NEW Severity: Major Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Xerces does not apply default attribute values from the internal DTD subset when validation is turned on and the document is invalid. e.g it does not report the name="value" attribute in this document unless validation is turned off: <!DOCTYPE test [ <!ATTLIST test name CDATA "value"> ]> <test/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
