[cxml-cvs] CVS cxml
dlichteblau
dlichteblau at common-lisp.net
Sun Apr 22 13:23:54 UTC 2007
Update of /project/cxml/cvsroot/cxml
In directory clnet:/tmp/cvs-serv17056
Modified Files:
cxml.asd
Log Message:
+ <li>New class <tt>broadcast-handler</tt> as a generalization
+ of the older <tt>sax-proxy</tt>.</li>
+ <li>New class <tt>tapping-source</tt>, a klacks source that
+ relays events from an upstream klacks source unchanged, while also
+ emitting them as SAX events to a user-specified handler at the
+ same time.</li>
+ Fixed serialize-event to generate
+ start-prefix-mapping and end-prefix-mapping events. New function
+ map-current-namespace-declarations.</li>
--- /project/cxml/cvsroot/cxml/cxml.asd 2007/02/18 14:35:14 1.15
+++ /project/cxml/cvsroot/cxml/cxml.asd 2007/04/22 13:23:54 1.16
@@ -118,7 +118,8 @@
:components
((:file "package")
(:file "klacks")
- (:file "klacks-impl"))
+ (:file "klacks-impl")
+ (:file "tap-source"))
:depends-on (:cxml-xml))
(asdf:defsystem :cxml-test
More information about the Cxml-cvs
mailing list