[ expat-Bugs-946506 ] PublicId for DOCTYPE not checked & normalized
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #946506, was opened at 2004-05-02 13:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=946506&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Karl Waclawek (kwaclaw) Assigned to: Karl Waclawek (kwaclaw) Summary: PublicId for DOCTYPE not checked & normalized Initial Comment: The public id passed to the StartDocTypeDeclHandler() is not checked for legal characters and not normalized. However, the same public id passed to the ExternalEntityRefHandler() is normalized. This is because the former uses the docTypePubId member and the latter uses a hash table lookup for a declared entity. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=946506&group_id=10127