Files
XML_Data_Parsing/libxml2/test/relaxng/simplifyChoiceNotAllowed_0.xml
T

18 lines
393 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<_>
<entryWithoutRef>
<form/>
<!-- The second element should not be reported as an error -->
<form/>
<notAllowed/>
</entryWithoutRef>
<entryWithRef>
<form/>
<!-- The second element should not be reported as an error -->
<form/>
<notAllowed/>
</entryWithRef>
</_>