From 111b5db45ad75a0cb2bf09d717445f501ed6fd95 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sun, 20 Aug 2006 13:58:30 +0000 Subject: [PATCH] new function parse-empty-document --- README.html | 2 +- doc/using.html | 12 ++++++++++ xml/package.lisp | 1 + xml/xml-parse.lisp | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 1 deletion(-) diff --git a/README.html b/README.html index e566c1a..7cf434a 100644 --- a/README.html +++ b/README.html @@ -112,7 +112,7 @@
  • Serialization fixes (thanks to Nathan Bird, Donavon Keithley).
  • characters.lisp cleanup (thanks to Nathan Bird).
  • Minor changes: clone-node on document as an extension. DOM - class hierarchy reworked.
  • + class hierarchy reworked. New function parse-empty-document.

    rel-2006-01-05