Commit Graph

8 Commits

Author SHA1 Message Date
4c11d5b68a Output encoding support, using Babel 2008-04-13 16:48:24 +02:00
1c8b1a0ab8 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.
2007-10-21 14:16:24 +00:00
95b3f65a4b new function cxml:parse 2007-07-07 20:47:38 +00:00
d9fe9dfd51 new function cxml:doctype 2007-07-01 18:52:26 +00:00
41ee5ae24d Added new functions attribute*, unparse-attribute, and macro with-element*,
with-namespace* to the SAX generation wrapper API.
2007-05-01 20:06:59 +00:00
b8ba07a919 + <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>
2007-04-22 13:23:54 +00:00
e0e54c172f xml:base 2007-03-04 21:04:11 +00:00
0d67d0719d use xsl to build the html documentation from xml 2007-02-18 12:35:49 +00:00