summaryrefslogtreecommitdiff
path: root/TODO.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-02-11 16:48:00 +0000
committerDave Beckett <dave@dajobe.org>2003-02-11 16:48:00 +0000
commitc6dfe5b9eb4d95680c0ba282ef8a39849fa6e573 (patch)
treedf04972c361a11c7f01186f70c7e9fa1d47a2d08 /TODO.html
parent778830c5b812e660dee006d1d4401702f08e42c9 (diff)
downloadraptor-c6dfe5b9eb4d95680c0ba282ef8a39849fa6e573.tar.gz
Fixed empty docs now give error, not crash.
Diffstat (limited to 'TODO.html')
-rw-r--r--TODO.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.html b/TODO.html
index 4c70981e..bfcd2a4f 100644
--- a/TODO.html
+++ b/TODO.html
@@ -11,7 +11,6 @@
<h2>Bugs and Features</h2>
<ul>
-<li>Empty files make rdf/xml parser crash with libxml2 and expat (BUG)</li>
<li>Crash with hybrid.rdf reported by JimL (BUG)</li>
<li>Record the xml parser used and make available from API (FEATURE)</li>
<li>Try to fix usage like rdf:about="http://example.org/foo " with
@@ -30,6 +29,8 @@ a trailing space? Warn, fix and continue? In lax/default mode?</li>
release version where appropriate.</p>
<ul>
+<li>Empty files made rdf/xml parser crash with libxml2 and expat; now both
+return failure since an empty doc is not allowed (0.9.8)</li>
<li><tt>rdf:bagID</tt> handling added (0.9.7)</li>
<li>Can now configure on system which has expat alone using
<tt>./configure --with-xml-parser=expat</tt> (0.9.7)</li>