Commit Graph

9 Commits

Author SHA1 Message Date
4f731703de Minor klacks enhancements.
klacks/klacks.lisp (CONSUME-CHARACTERS): New function.

	klacks/package.lisp (KLACKS): Export dribble-handler and
	consume-characters.
2007-10-03 15:22:57 +00:00
dd833309bf klacks:get-attribute; dribbling source fix; FAQ 2007-05-01 18:21:40 +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
c43b58dd3e klacks xml:base fixes 2007-03-04 21:41:07 +00:00
e0e54c172f xml:base 2007-03-04 21:04:11 +00:00
21aa3df3bd <li>Fixed attributes to carry an lname even without when occurring
without a namespace.</li>

      <li>Klacks improvements: Incompatibly changed
      klacks:find-element and find-event to consider the current event
      as a result.  Added klacks-error, klacks:expect, klacks:skip,
      klacks:expecting-element.</li>
2007-03-04 18:30:40 +00:00
90a6079532 find-element, find-event 2007-02-18 16:46:32 +00:00
2623586d4c klacks fixes 2007-02-18 14:35:14 +00:00
0596a0e63d klacks parser 2007-02-11 18:21:20 +00:00