[cxml-cvs] CVS update: cxml/doc/using.html

David Lichteblau dlichteblau at common-lisp.net
Sun Dec 11 23:31:41 UTC 2005


Update of /project/cxml/cvsroot/cxml/doc
In directory common-lisp.net:/tmp/cvs-serv29111/doc

Modified Files:
	using.html 
Log Message:
na wer sagt's denn.
DOM 2 Core

Date: Mon Dec 12 00:31:39 2005
Author: dlichteblau

Index: cxml/doc/using.html
diff -u cxml/doc/using.html:1.3 cxml/doc/using.html:1.4
--- cxml/doc/using.html:1.3	Sun Dec  4 19:43:53 2005
+++ cxml/doc/using.html	Mon Dec 12 00:31:39 2005
@@ -649,15 +649,15 @@
     <a name="dom"/>
     <h2>DOM Notes</h2>
     <p>
-      CXML implements the DOM Level 1 Core interfaces.  Explaining
+      CXML implements the DOM Level 2 Core interfaces.  Explaining
       DOM is better left to the <a
-      href="http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html">specification</a>,
+      href="http://www.w3.org/TR/DOM-Level-2-Core/core.html">specification</a>,
       so please refer to the official W3C documents for DOM.
     </p>
     <p>
       However, there is no "standard" DOM mapping for Lisp.  DOM
       is <a
-      href="http://www.w3.org/TR/REC-DOM-Level-1/idl-definitions.html">specified
+      href="http://www.w3.org/TR/DOM-Level-2-Core/idl-definitions.html">specified
       in CORBA IDL</a>, 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.




More information about the Cxml-cvs mailing list