na wer sagt's denn.
DOM 2 Core
This commit is contained in:
@ -70,7 +70,7 @@
|
|||||||
validating SAX-like <a
|
validating SAX-like <a
|
||||||
href="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0</a>
|
href="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0</a>
|
||||||
parser as well as the <a
|
parser as well as the <a
|
||||||
href="http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html">DOM Level 1 Core</a>
|
href="http://www.w3.org/TR/DOM-Level-2-Core/">DOM Level 2 Core</a>
|
||||||
interfaces.
|
interfaces.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -90,7 +90,7 @@
|
|||||||
<h2>Recent Changes</h2>
|
<h2>Recent Changes</h2>
|
||||||
<p class="nomargin"><tt>rel-2005-xx-yy</tt></p>
|
<p class="nomargin"><tt>rel-2005-xx-yy</tt></p>
|
||||||
<ul class="nomargin">
|
<ul class="nomargin">
|
||||||
<li>Use trivial-gray-streams.</li>
|
<li>Implemented DOM 2 Core.</li>
|
||||||
<li>
|
<li>
|
||||||
Error handling overhaul: All syntax errors should now be
|
Error handling overhaul: All syntax errors should now be
|
||||||
reported as instances of <tt>well-formedness-violation</tt>. We
|
reported as instances of <tt>well-formedness-violation</tt>. We
|
||||||
@ -98,6 +98,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>Support internal subset serialization.</li>
|
<li>Support internal subset serialization.</li>
|
||||||
<li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li>
|
<li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li>
|
||||||
|
<li>Use trivial-gray-streams.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="nomargin"><tt>rel-2005-06-25</tt></p>
|
<p class="nomargin"><tt>rel-2005-06-25</tt></p>
|
||||||
<ul class="nomargin">
|
<ul class="nomargin">
|
||||||
|
|||||||
@ -649,15 +649,15 @@ NIL</pre>
|
|||||||
<a name="dom"/>
|
<a name="dom"/>
|
||||||
<h2>DOM Notes</h2>
|
<h2>DOM Notes</h2>
|
||||||
<p>
|
<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
|
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.
|
so please refer to the official W3C documents for DOM.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
However, there is no "standard" DOM mapping for Lisp. DOM
|
However, there is no "standard" DOM mapping for Lisp. DOM
|
||||||
is <a
|
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
|
in CORBA IDL</a>, but it refrains from using object-oriented IDL
|
||||||
features, allowing for a much more natural Lisp implemenation than
|
features, allowing for a much more natural Lisp implemenation than
|
||||||
the the ordinary IDL/Lisp mapping would.
|
the the ordinary IDL/Lisp mapping would.
|
||||||
|
|||||||
Reference in New Issue
Block a user