<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - "out of memory" errors on empty match element in fonts.conf"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71085#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - "out of memory" errors on empty match element in fonts.conf"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71085">bug 71085</a>
from <span class="vcard"><a class="email" href="mailto:vincent-fdt@vinc17.net" title="Vincent Lefevre <vincent-fdt@vinc17.net>"> <span class="fn">Vincent Lefevre</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=71085#c2">comment #2</a>)
<span class="quote">> that is invalid case. DTD says:
>
> <!ELEMENT match (test*, edit*)+>
>
> match element has to contain one test or edit at least.</span >
I don't think so, because you have * after "test" and after "edit". At least,
"xmllint --noout --loaddtd --valid" validates the XML file. This is different
from:
<!ELEMENT match (test | edit)+></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>