[Expat-bugs] [ expat-Bugs-770740 ] Unchecked 'Proper Conditional Section/PE Nesting'

SourceForge.net noreply at sourceforge.net
Mon Jul 14 07:40:41 EDT 2003


Bugs item #770740, was opened at 2003-07-13 21:13
Message generated for change (Comment added) made by kwaclaw
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: 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



More information about the Expat-bugs mailing list