[ expat-Bugs-770740 ] Unchecked 'Proper Conditional Section/PE Nesting'
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #770740, was opened at 2003-07-14 01:13 Message generated for change (Comment added) made by bkail You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=770740&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brett Kail (bkail) Assigned to: Nobody/Anonymous (nobody) Summary: Unchecked 'Proper Conditional Section/PE Nesting' Initial Comment: The validity constraint 'Proper Conditional Section/PE Nesting' is apparently not checked: test.xml: <?xml version="1.0"?> <!DOCTYPE root [ <!ENTITY % test SYSTEM "test.dtd"> %test; ]> <root/> test.dtd: <!ENTITY % begin "<!["> <!ENTITY % bracket "["> <!ENTITY % end "]]>"> %begin;INCLUDE[]]> <![INCLUDE%bracket;]]> <![INCLUDE[%end; ---------------------------------------------------------------------- >Comment By: Brett Kail (bkail) Date: 2003-07-14 01:17 Message: Logged In: YES user_id=592038 *sigh*, it seems I accidently submitted this before I had finished editing. The version I'm using is: xmlwf using expat_1.95.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=770740&group_id=10127