Commit Graph

26 Commits

Author SHA1 Message Date
47a4a225b3 Support for various windows codepages, thanks to Pierre Mai 2008-06-07 18:05:09 +02:00
1a3e364d94 new test case 2008-05-16 17:01:27 +02:00
4c11d5b68a Output encoding support, using Babel 2008-04-13 16:48:24 +02:00
c5dbf00ef6 documentation update 2008-03-02 17:03:11 +00:00
f0bbf4abf0 Use 21 bit characters on Lisp offering them. 2007-12-22 15:24:52 +00:00
336e067887 release 2007-10-21 18:39:40 +00: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
1e1aac7b8e updated documentation for the closure-common split 2007-10-07 14:58:26 +00:00
924382b139 web page update 2007-10-03 15:23:40 +00:00
a2990d65ce fixed make-source :buffering nil, thanks to Magnus Henoch for the report 2007-08-29 12:11:17 +00:00
74b8f37b6c new release 2007-08-05 12:01:23 +00:00
5fcc11f244 UTF-8 fix, thanks to Francis Leboutte 2007-07-22 19:59:26 +00:00
bc504276fd new release 2007-07-07 20:47:51 +00:00
95b3f65a4b new function cxml:parse 2007-07-07 20:47:38 +00:00
190f472657 Fixed build on non-Unicode lisps.
Fixed parsing on non-Unicode lisps.
Fixed Unicode detection on OpenMCL.
2007-07-05 20:58:15 +00:00
fb9a2fa002 SCL support (thanks to Douglas Crosher). Includes support for
implementations where URIs are valid namestrings, and a mode
        where normal streams are used instead of xstreams and ystreams
        (albeit both SCL-specific at this point).
2007-06-16 11:27:18 +00:00
ee394c591d XMLS compatibility is not <i>bug-for-bug</i>-compatible with
XMLS any more.  There is now a mode using pairs of local name
        and namespace URI, and a second mode using qualified names
        only.  The old behaviour using pairs of prefix and local names
        was removed.  (Thanks to Douglas Crosher.)
2007-06-16 11:07:58 +00:00
5c597c9bce <li>Serialization no longer defaults to canonical form.</li> 2007-06-16 09:42:06 +00:00
b0c212b75e runes.asd
neues release
2007-05-26 21:55:57 +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
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
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
414a41d8e2 release 2007-02-18 16:50:53 +00:00
0d67d0719d use xsl to build the html documentation from xml 2007-02-18 12:35:49 +00:00