[ expat-Bugs-770765 ] why expat-1.95.6 can also NOT parse parameter entity ?
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #770765, was opened at 2003-07-13 19:44 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=770765&group_id=10127 Category: XML::Parser (inactive) Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: why expat-1.95.6 can also NOT parse parameter entity ? Initial Comment: Both expat-1.2 and expat-1.95.6 can NOT parse parameter entity. Who can tell me what reason is it for ? Just like the follow sample can NOT pass expat parser: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE aaa [ <!ENTITY % common "id CDATA #REQUIRED"> <!ELEMENT aaa ANY> <!ATTLIST aaa %common;> ]> <aaa id="test"/> [email protected] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=770765&group_id=10127