From ac6d074603842e8d2bc4d5382200462331cbe76c Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sun, 10 Sep 2006 14:55:29 +0000 Subject: [PATCH] die letzten paar nicht-ascii zeichen raus, macht das leben einfacher --- README.html | 3 ++- doc/installation.html | 5 ----- runes/xstream.lisp | 2 +- xml/xml-parse.lisp | 12 ++++++------ 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.html b/README.html index 90d5d0b..799f9af 100644 --- a/README.html +++ b/README.html @@ -114,7 +114,8 @@
  • Namespace normalizer bugfixes.
  • Minor changes: clone-node on document as an extension. DOM class hierarchy reworked. New function parse-empty-document. - Fixed the DOM serializer to not throw away local names.
  • + Fixed the DOM serializer to not throw away local names. + ANSI conformance fixes.

    rel-2006-01-05