Bug 4680 - Duplicate attribute and undecalred element warnings are not provided
Summary: Duplicate attribute and undecalred element warnings are not provided
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: SAX (show other bugs)
Version: 1.4.3
Hardware: PC All
: P3 minor
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-06 09:32 UTC by elharo
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elharo 2001-11-06 09:32:15 UTC
Despite setting the
http://apache.org/xml/features/validation/warn-on-duplicate-attdef and
http://apache.org/xml/features/validation/warn-on-undeclared-elemdef features to
true, the SAX parser does not seem to report either duplicate attribute
defintions or undeclared elements by calling the warning() method of
ErrorHandler like it should.