[cxml-cvs] CVS cxml

dlichteblau dlichteblau at common-lisp.net
Sun Feb 18 11:07:39 UTC 2007


Update of /project/cxml/cvsroot/cxml
In directory clnet:/tmp/cvs-serv7372

Modified Files:
	README.html 
Log Message:
klacks documentation


--- /project/cxml/cvsroot/cxml/README.html	2006/09/16 07:52:59	1.27
+++ /project/cxml/cvsroot/cxml/README.html	2007/02/18 11:07:39	1.28
@@ -86,11 +86,12 @@
     <p>
       CXML implements a <a
       href="http://www.w3.org/TR/REC-xml-names/">namespace-aware</a>,
-      validating SAX-like <a
+      validating <a
       href="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0</a>
       parser as well as the <a
       href="http://www.w3.org/TR/DOM-Level-2-Core/">DOM Level 2 Core</a>
-      interfaces.
+      interfaces.  Two parser interfaces are offered, one SAX-like, the
+      other similar to StAX.
     </p>
 
     <p>
@@ -107,8 +108,9 @@
 
     <a name="changes"/>
     <h2>Recent Changes</h2>
-    <p class="nomargin"><tt>rel-2006-xx-yy</tt></p>
+    <p class="nomargin"><tt>rel-2007-xx-yy</tt></p>
     <ul class="nomargin">
+      <li>New StAX-like parser interface.</li>
       <li>Serialization fixes (thanks to Nathan Bird, Donavon Keithley).</li>
       <li>characters.lisp cleanup (thanks to Nathan Bird).</li>
       <li>Namespace normalizer bugfixes.</li>




More information about the Cxml-cvs mailing list