319149507aFixed time and space usage in cases where entity references follow each other (thanks to Ivan Shvedunov for the report).
dlichteblau
2007-10-03 15:21:56 +00:00
e7884fc9f7Grow a buffer for string normalization exponentially.
dlichteblau
2007-10-03 15:17:08 +00:00
a2990d65cefixed make-source :buffering nil, thanks to Magnus Henoch for the report
dlichteblau
2007-08-29 12:11:17 +00:00
2e94373013klacks octet array fix (thanks to emarsden for the bug report)
dlichteblau
2007-08-23 23:16:00 +00:00
07a604186anew function unparsed-internal-subset
dlichteblau
2007-07-01 17:25:45 +00:00
dd08cc3711escape % in internal entities new function unparsed-internal-subset use " to escape IDs containing '
dlichteblau
2007-07-01 17:25:39 +00:00
d4658bc57fneed to :depend-on trivial-gray-streams to fix the previous ci
dlichteblau
2007-06-30 21:24:34 +00:00
bd01a3cc02need to :use trivial-gray-streams to fix the previous ci
dlichteblau
2007-06-30 21:22:24 +00:00
fb9a2fa002SCL 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).
dlichteblau
2007-06-16 11:27:18 +00:00
ee394c591dXMLS 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.)
dlichteblau
2007-06-16 11:07:58 +00:00
0d4ab8c766DTC patch-xmlconf o dribble-tests: 'run-all-tests require the parser function.
dlichteblau
2007-06-16 10:03:11 +00:00
db31b727caDTC patch-rune o make-string-sink/utf8, make-character-stream-sink/utf8: these functions are not needed when compiling with the :rune-is-character feature.
dlichteblau
2007-06-16 10:02:43 +00:00
65269e5ff3DTC patch-dom o translate-uri-equals: should work on all CL implementations, not just the Allegro CL because 'puri' is used for compatibility.
dlichteblau
2007-06-16 09:52:15 +00:00
5c597c9bce<li>Serialization no longer defaults to canonical form.</li>
dlichteblau
2007-06-16 09:42:06 +00:00
ccbfd1e747do what the documentation says and allow an octets argument to make-source
dlichteblau
2007-06-16 09:41:22 +00:00
f88950238fworkaround for common-lisp-controller
dlichteblau
2007-05-20 09:39:04 +00:00
7fa3307ec8added sax-parser-mixin to broadcast-handler
dlichteblau
2007-05-20 09:38:35 +00:00
a486018c85nach :eof beliebig lange nil liefern
dlichteblau
2007-05-06 11:28:13 +00:00
41ee5ae24dAdded new functions attribute*, unparse-attribute, and macro with-element*, with-namespace* to the SAX generation wrapper API.
dlichteblau
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>
dlichteblau
2007-04-22 13:23:54 +00:00
aac4cb719c- Define CXML:ATTRIBUTE as a generic function, and a method for integers. - Define /UTF8 sinks even on Unicode-aware implementations for backward- compatibility. (Undocumented feature.)
dlichteblau
2006-12-02 13:21:36 +00:00
c94305e69cfixed the long-standing bug with start tags in :DTD behaviour
dlichteblau
2006-09-16 07:52:59 +00:00
21903f40aexml-name-rune-p.lisp depends on util.lisp now
dlichteblau
2006-09-13 15:58:36 +00:00
ac6d074603die letzten paar nicht-ascii zeichen raus, macht das leben einfacher
dlichteblau
2006-09-10 14:55:29 +00:00