On Thu, Apr 26, 2001 at 01:34:52PM +0200, Oliver Feige wrote:
Dear Daniel, all, I use libxml for validating XML Files against a DTD. Since 2.3.7 my Prog does a core dump like xmllint too. The test DTD an XML-Files look like this:
This is fixed in CVS,
orchis:~/XML -> ./xmllint --valid test.xml
test.xml:4: validity error: Element H1 content doesn't follow the Dtd
Expecting (H2), got
<H1></H1>
^
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE ROOT SYSTEM "test.dtd">
<ROOT>
<H1/>
</ROOT>
orchis:~/XML ->
patch against 2.3.7 enclosed,
Daniel
--
Daniel Veillard | Red Hat Network http://redhat.com/products/network/
veillard redhat com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
Attachment:
valid.diff
Description: Text document