Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1e31c2dc815b73d36b06babec13b07de > files > 7

php-pear-XML_DTD-0.5.1-2mdv2010.0.noarch.rpm

<foo>
<!-- Test required att2 and with no att1 -->
<string/>
<!-- Test required att2 and with att1 -->
<string att1="any" />
<!-- Test FIXED -->
<string att2="any" att3="should be POST" />
<!-- Enum required n2 missing -->
<enum />
<!-- Enum en2 present but invalid -->
<enum en2="im not valid" />
<!-- Enum en2 correct but n1 invalid -->
<enum en2="pkg" en1="im not valid" />
<!-- Enum en2 correct but en3 invalid -->
<enum en2="ldlib" en3="im not valid" />
<!-- Not declared tests -->
<string not="im not valid" />
<string att2="any" not="im not valid" />
<string att2="any" notdeclared="any" />
</foo>