From 2b5b61baf12d0e9c5b0bbe3e238c0a4f6de1b920 Mon Sep 17 00:00:00 2001
From: dlichteblau
Date: Sun, 11 Dec 2005 23:31:36 +0000
Subject: [PATCH] na wer sagt's denn. DOM 2 Core
---
README.html | 5 +++--
doc/using.html | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.html b/README.html
index 0e1a422..c00dd22 100644
--- a/README.html
+++ b/README.html
@@ -70,7 +70,7 @@
validating SAX-like XML 1.0
parser as well as the DOM Level 1 Core
+ href="http://www.w3.org/TR/DOM-Level-2-Core/">DOM Level 2 Core
interfaces.
@@ -90,7 +90,7 @@
Recent Changes
rel-2005-xx-yy
- - Use trivial-gray-streams.
+ - Implemented DOM 2 Core.
-
Error handling overhaul: All syntax errors should now be
reported as instances of well-formedness-violation. We
@@ -98,6 +98,7 @@
- Support internal subset serialization.
- Gilbert Baumann has clarified the license as Lisp-LGPL.
+ - Use trivial-gray-streams.
rel-2005-06-25
diff --git a/doc/using.html b/doc/using.html
index a2ba80e..f31ae5e 100644
--- a/doc/using.html
+++ b/doc/using.html
@@ -649,15 +649,15 @@ NIL
DOM Notes
- CXML implements the DOM Level 1 Core interfaces. Explaining
+ CXML implements the DOM Level 2 Core interfaces. Explaining
DOM is better left to the specification,
+ href="http://www.w3.org/TR/DOM-Level-2-Core/core.html">specification,
so please refer to the official W3C documents for DOM.
However, there is no "standard" DOM mapping for Lisp. DOM
is specified
+ href="http://www.w3.org/TR/DOM-Level-2-Core/idl-definitions.html">specified
in CORBA IDL, but it refrains from using object-oriented IDL
features, allowing for a much more natural Lisp implemenation than
the the ordinary IDL/Lisp mapping would.