You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/10/26 01:28:52 UTC

DO NOT REPLY [Bug 24124] New: - Default attribute values are not reported for invalid documents

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: xerces-j-dev@xml.apache.org
        ReportedBy: elharo@metalab.unc.edu


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org