[cxml-cvs] CVS update: cxml/README.html cxml/cxml.asd
David Lichteblau
dlichteblau at common-lisp.net
Thu Dec 29 00:31:32 UTC 2005
Update of /project/cxml/cvsroot/cxml
In directory common-lisp.net:/tmp/cvs-serv7494
Modified Files:
README.html cxml.asd
Log Message:
whitespace normalizer
Date: Thu Dec 29 01:31:30 2005
Author: dlichteblau
Index: cxml/README.html
diff -u cxml/README.html:1.15 cxml/README.html:1.16
--- cxml/README.html:1.15 Thu Dec 29 00:11:18 2005
+++ cxml/README.html Thu Dec 29 01:31:30 2005
@@ -23,7 +23,7 @@
<li>
<ul class="hack">
<li>
- <a href="doc/using.html#quickstart"><b>Quick-Start Example</b></a>
+ <a href="doc/quickstart.html"><b>Quick-Start Example</b></a>
</li>
</ul>
</li>
@@ -112,6 +112,7 @@
<li>UTF-8 string support in DOM on Lisps without Unicode characters.</li>
<li>Sink API has been changed.</li>
<li>Support internal subset serialization.</li>
+ <li>Whitespace normalizer.</li>
<li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li>
<li>Use trivial-gray-streams.</li>
</ul>
Index: cxml/cxml.asd
diff -u cxml/cxml.asd:1.9 cxml/cxml.asd:1.10
--- cxml/cxml.asd:1.9 Thu Dec 29 00:11:18 2005
+++ cxml/cxml.asd Thu Dec 29 01:31:30 2005
@@ -71,6 +71,7 @@
(:file "xmls-compat" :depends-on ("xml-parse"))
(:file "recoder" :depends-on ("xml-parse"))
(:file "xmlns-normalizer" :depends-on ("xml-parse"))
+ (:file "space-normalizer" :depends-on ("xml-parse"))
(:file "catalog" :depends-on ("xml-parse"))
(:file "sax-proxy" :depends-on ("xml-parse")))
:depends-on (:cxml-runes :puri :trivial-gray-streams))
More information about the Cxml-cvs
mailing list