[xml] parser error : Unregistered error message



Hi,

If you run xmllint on the following document:

<!DOCTYPE ent [
<!ENTITY start "<foo>">
]>
<ent>
    &start;
</ent>

You get this output:

Entity: line 1: parser error : Premature end of data in tag foo line 1
<foo>
     ^
ent.xml:5: parser error : Unregistered error message
    &start;
           ^

The first error message sounds reasonable, but the second looks like a bug of some kind, or perhaps an unhandled case?

Best regards,

Michael

--
Print XML with Prince!
http://www.princexml.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]