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
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to