diff options
author | Dave Beckett <dave@dajobe.org> | 2003-02-11 16:48:00 +0000 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2003-02-11 16:48:00 +0000 |
commit | c6dfe5b9eb4d95680c0ba282ef8a39849fa6e573 (patch) | |
tree | df04972c361a11c7f01186f70c7e9fa1d47a2d08 /TODO.html | |
parent | 778830c5b812e660dee006d1d4401702f08e42c9 (diff) | |
download | raptor-c6dfe5b9eb4d95680c0ba282ef8a39849fa6e573.tar.gz |
Fixed empty docs now give error, not crash.
Diffstat (limited to 'TODO.html')
-rw-r--r-- | TODO.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |