DOM 2 Core. Ungetestet, aber die 1er tests laufen wieder, daher rein damit.
This commit is contained in:
@ -103,7 +103,8 @@ $ cvs co cxml</pre>
|
||||
|
||||
<p>
|
||||
<b>Prerequisites.</b>
|
||||
CXML needs the <a href="http://www.cliki.net/Puri">puri</a> library.
|
||||
CXML needs the <a href="http://www.cliki.net/Puri">puri</a> library
|
||||
as well as <a href="http://www.common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams">trivial-gray-streams</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -125,7 +126,7 @@ $ cvs co cxml</pre>
|
||||
$ cvs login # password is "anonymous"
|
||||
$ cvs co 2001/XML-Test-Suite/xmlconf
|
||||
$ cvs co -D '2005-05-06 23:00' 2001/DOM-Test-Suite
|
||||
$ cd 2001/DOM-Test-Suite && ant dom1-dtd</pre>
|
||||
$ cd 2001/DOM-Test-Suite && ant dom1-dtd dom2-dtd</pre>
|
||||
<p>
|
||||
Omit <tt>-D</tt> to get the latest version, which may not work
|
||||
with cxml yet. The <tt>ant</tt> step is necessary to run the DOM
|
||||
|
||||
@ -613,6 +613,8 @@ NIL</pre>
|
||||
<br/>
|
||||
<div class="def">Function SAX:START-DTD (handler name public-id system-id)</div>
|
||||
<div class="def">Function SAX:END-DTD (handler)</div>
|
||||
<div class="def">Function SAX:START-INTERNAL-SUBSET (handler)</div>
|
||||
<div class="def">Function SAX:END-INTERNAL-SUBSET (handler)</div>
|
||||
<div class="def">Function SAX:UNPARSED-ENTITY-DECLARATION (handler name public-id system-id notation-name)</div>
|
||||
<div class="def">Function SAX:EXTERNAL-ENTITY-DECLARATION (handler kind name public-id system-id)</div>
|
||||
<div class="def">Function SAX:INTERNAL-ENTITY-DECLARATION (handler kind name value)</div>
|
||||
@ -623,9 +625,9 @@ NIL</pre>
|
||||
<div class="def">Accessor SAX:ATTRIBUTE-PREFIX (attribute)</div>
|
||||
<div class="def">Accessor SAX:ATTRIBUTE-NAMESPACE-URI (attribute)</div>
|
||||
<div class="def">Accessor SAX:ATTRIBUTE-LOCAL-NAME (attribute)</div>
|
||||
<div class="def">Accessor SAX:ATTRIBUTE-VALUE (attribute)</div>
|
||||
<div class="def">Accessor SAX:ATTRIBUTE-QNAME (attribute)</div>
|
||||
<div class="def">Accessor SAX:ATTRIBUTE-SPECIFIED-P (attribute)</div>
|
||||
<div class="def">Accessor SAX:ATTRIBUTE-VALUE (attribute)</div>
|
||||
</p>
|
||||
<p>
|
||||
The entity declaration methods are similar to Java SAX
|
||||
|
||||
Reference in New Issue
Block a user