Update of /project/cxml/cvsroot/cxml In directory common-lisp.net:/tmp/cvs-serv31040
Modified Files: README.html cxml.asd Log Message: namespace normalization
Date: Mon Dec 12 00:56:46 2005 Author: dlichteblau
Index: cxml/README.html diff -u cxml/README.html:1.11 cxml/README.html:1.12 --- cxml/README.html:1.11 Mon Dec 12 00:31:36 2005 +++ cxml/README.html Mon Dec 12 00:56:45 2005 @@ -90,7 +90,12 @@ <h2>Recent Changes</h2> <p class="nomargin"><tt>rel-2005-xx-yy</tt></p> <ul class="nomargin"> - <li>Implemented DOM 2 Core.</li> + <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
Index: cxml/cxml.asd diff -u cxml/cxml.asd:1.6 cxml/cxml.asd:1.7 --- cxml/cxml.asd:1.6 Sat Nov 26 22:48:16 2005 +++ cxml/cxml.asd Mon Dec 12 00:56:45 2005 @@ -68,6 +68,7 @@ (:file "unparse" :depends-on ("xml-parse")) (:file "xmls-compat" :depends-on ("xml-parse")) (:file "recoder" :depends-on ("xml-parse")) + (:file "xmlns-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))