diff --git a/ChangeLog b/ChangeLog index 27f96809..c40fd2d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 15 12:01:30 CET 2004 Daniel Veillard + + * benchmark.png index.html xml.html: updating the benchmark + graph and using a PNG instead of a GIF + * xmlreader.c: updated the TODO + Sat Feb 14 18:55:40 MST 2004 John Fleck * doc/tutorial/xmltutorial.xml diff --git a/doc/benchmark.png b/doc/benchmark.png new file mode 100644 index 00000000..285e12b5 Binary files /dev/null and b/doc/benchmark.png differ diff --git a/doc/index.html b/doc/index.html index 79d94040..b39a7fc0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -265,9 +265,9 @@ conformance statement about it at the moment.

projects.

Results of the xmlbench -benchmark on sourceforge 8 February 2004 (smaller is better):

+benchmark on sourceforge February 2004 (smaller is better):

- benchmark results for Expat Xerces libxml2 Oracle and Sun toolkits + benchmark results for Expat Xerces libxml2 Oracle and Sun toolkits

Logo designed by Marc Liyanage.

diff --git a/doc/xml.html b/doc/xml.html index a9476b3a..a1060cbf 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -113,9 +113,9 @@ conformance statement about it at the moment.

Results of the xmlbench -benchmark on sourceforge 8 February 2004 (smaller is better):

+benchmark on sourceforge February 2004 (smaller is better):

-

benchmark results for Expat Xerces libxml2 Oracle and Sun toolkits

Logo designed by Marc Liyanage.

diff --git a/xmlreader.c b/xmlreader.c index a7e1bf34..d190a699 100644 --- a/xmlreader.c +++ b/xmlreader.c @@ -12,8 +12,6 @@ /* * TODOs: - * - provide an API to preserve part of the tree - * - Streaming XInclude support * - XML Schemas validation * - setting(s) for NoBlanks * - performances and tuning ...