[ 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-13 21:13 Message generated for change (Comment added) made by fdrake You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=770740&group_id=10127 Category: None Group: None >Status: Closed >Resolution: Invalid 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: Fred L. Drake, Jr. (fdrake) Date: 2003-07-14 09:54 Message: Logged In: YES user_id=3066 This is a validity constraint; see the XML 1.0 specification, section 3.4: http://www.w3.org/TR/REC-xml#sec-condition-sect Closing as Invalid, since this isn't a bug; Expat must not implement this check. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-07-14 09:40 Message: Logged In: YES user_id=290026 If it is a validity constraint then Expat must not check it, since Expat does not validate. ---------------------------------------------------------------------- Comment By: Brett Kail (bkail) Date: 2003-07-13 21: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