na wer sagt's denn.

DOM 2 Core
This commit is contained in:
dlichteblau
2005-12-11 23:31:36 +00:00
parent 7be80057c5
commit 2b5b61baf1
2 changed files with 6 additions and 5 deletions

View File

@ -649,15 +649,15 @@ NIL</pre>
<a name="dom"/>
<h2>DOM Notes</h2>
<p>
CXML implements the DOM Level 1 Core interfaces.&nbsp; Explaining
CXML implements the DOM Level 2 Core interfaces.&nbsp; 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.&nbsp; 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.