[cxml-cvs] CVS update: cxml/README.html
David Lichteblau
dlichteblau at common-lisp.net
Mon Dec 26 22:04:19 UTC 2005
Update of /project/cxml/cvsroot/cxml
In directory common-lisp.net:/tmp/cvs-serv962
Modified Files:
README.html
Log Message:
dokumentation aufgeteilt
Date: Mon Dec 26 23:04:09 2005
Author: dlichteblau
Index: cxml/README.html
diff -u cxml/README.html:1.12 cxml/README.html:1.13
--- cxml/README.html:1.12 Mon Dec 12 00:56:45 2005
+++ cxml/README.html Mon Dec 26 23:04:08 2005
@@ -10,32 +10,6 @@
<p>
<a href="README.html">CXML Homepage</a>
</p>
- <ul>
- <li>
- <a href="doc/installation.html">Installing Closure XML</a>
- <ul>
- <li><a href="doc/installation.html#download"><b>Download</b></a></li>
- <li><a href="doc/installation.html#implementations">Implementation-specific notes</a></li>
- <li><a href="doc/installation.html#compilation"><b>Compilation</b></a></li>
- <li><a href="doc/installation.html#tests">Tests</a></li>
- </ul>
- </li>
- <li>
- <a href="doc/using.html">Using Closure XML</a>
- <ul>
- <li><a href="doc/using.html#quickstart"><b>Quick-Start Example</b></a></li>
- <li><a href="doc/using.html#parser">Parsing and Validating</a></li>
- <li><a href="doc/using.html#serialization">Serialization</a></li>
- <li><a href="doc/using.html#misc">Miscellaneous Utility Functions</a></li>
- <li><a href="doc/using.html#xmls">XMLS Compatibility</a></li>
- <li><a href="doc/using.html#rods">Dealing with Rods</a></li>
- <li><a href="doc/using.html#dtdcache">Caching of DTD Objects</a></li>
- <li><a href="doc/using.html#catalogs">XML Catalogs</a></li>
- <li><a href="doc/using.html#sax">SAX Interface</a></li>
- <li><a href="doc/using.html#dom">DOM Notes</a></li>
- </ul>
- </li>
- </ul>
</div>
<h1>Closure XML Parser</h1>
@@ -90,17 +64,8 @@
<h2>Recent Changes</h2>
<p class="nomargin"><tt>rel-2005-xx-yy</tt></p>
<ul class="nomargin">
- <li>
- Implemented DOM 2 Core.
- (A handler for DOM 3-style namespace normalization is provided and
- used by default for serialization of DOM documents if namespace
- support is enabled.)
- </li>
- <li>
- Error handling overhaul: All syntax errors should now be
- reported as instances of <tt>well-formedness-violation</tt>. We
- also print line number information.
- </li>
+ <li>Implemented DOM 2 Core.</li>
+ <li>Error handling overhaul.</li>
<li>Support internal subset serialization.</li>
<li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li>
<li>Use trivial-gray-streams.</li>
More information about the Cxml-cvs
mailing list