[cxml-cvs] CVS cxml/doc

dlichteblau dlichteblau at common-lisp.net
Sun Oct 21 14:16:24 UTC 2007


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

Modified Files:
	index.xml sax.xml 
Log Message:
More documentation bits and HAX fixes:

	* xml/sax-handler.lisp: Remove namespace attributes in
	HAX-to-SAX conversion.  Signal a warning in deprecates methods,
	not an error.


--- /project/cxml/cvsroot/cxml/doc/index.xml	2007/10/07 14:58:26	1.19
+++ /project/cxml/cvsroot/cxml/doc/index.xml	2007/10/21 14:16:24	1.20
@@ -47,6 +47,12 @@
         
       STP, an alternative to DOM
     </p>
+    <p>
+      &#x2b17; 
+      <a href="http://common-lisp.net/project/closure/closure-html/">Closure
+      HTML</a>: cxml can be used together with its sister project
+      Closure HTML to convert between HTML and XHTML.
+    </p>
 
 
     <a name="changes"/>
@@ -66,6 +72,15 @@
     <p class="nomargin"><tt>rel-2007-xx-yy</tt></p>
     <ul class="nomargin">
       <li>
+	Moved runes into a separate project.
+      </li>
+      <li>
+	Incompatible SAX changes: Added new classes
+	sax:abstract-handler, sax:content-handler, sax:default-handler.
+	Implementations of SAX handlers should now subclass one of
+	these classes.
+      </li>
+      <li>
 	fixed make-source :buffering nil, thanks to Magnus Henoch for
 	the report
       </li>
--- /project/cxml/cvsroot/cxml/doc/sax.xml	2007/07/07 20:47:38	1.6
+++ /project/cxml/cvsroot/cxml/doc/sax.xml	2007/10/21 14:16:24	1.7
@@ -79,13 +79,11 @@
 	<ul>
 	  <li>
 	    <tt>pathname</tt> -- a Common Lisp pathname.  
-	    Open the file specified by the pathname and create a source for
-	    the resulting stream.  See below for information on how to
-            close the stream.
+	    Open the file specified by the pathname and parse its
+	    contents as an XML document. 
 	  </li>
 	  <li><tt>stream</tt> -- a Common Lisp stream with element-type
-            <tt>(unsigned-byte 8)</tt>.  See below for information on how to
-            close the stream.
+            <tt>(unsigned-byte 8)</tt>.
 	  </li>
 	  <li>
 	    <tt>octets</tt> -- an <tt>(unsigned-byte 8)</tt> array.




More information about the Cxml-cvs mailing list