Update of /project/cxml/cvsroot/cxml/doc In directory common-lisp.net:/tmp/cvs-serv22921/doc
Modified Files: installation.html using.html Log Message: DOM 2 Core. Ungetestet, aber die 1er tests laufen wieder, daher rein damit.
Date: Sun Dec 4 19:43:53 2005 Author: dlichteblau
Index: cxml/doc/installation.html diff -u cxml/doc/installation.html:1.3 cxml/doc/installation.html:1.4 --- cxml/doc/installation.html:1.3 Sun Nov 27 21:49:11 2005 +++ cxml/doc/installation.html Sun Dec 4 19:43:52 2005 @@ -103,7 +103,8 @@
<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 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
Index: cxml/doc/using.html diff -u cxml/doc/using.html:1.2 cxml/doc/using.html:1.3 --- cxml/doc/using.html:1.2 Sun Nov 27 21:49:11 2005 +++ cxml/doc/using.html Sun Dec 4 19:43:53 2005 @@ -613,6 +613,8 @@ <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 @@ <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