Commit Graph

23 Commits

Author SHA1 Message Date
77db951f12 cxml:unescaped, sax:unescaped 2007-11-18 18:43:10 +00:00
aee7890e8d hax:%want-strings-p 2007-10-21 17:07:23 +00:00
3373d65a55 SAX overhaul for HAX integration.
* dom/dom-builder.lisp (DOM-BUILDER): Inherit from
	sax:content-handler.

	* klacks/klacks-impl.lisp (KLACKS-DTD-HANDLER): Inherit from
	sax:default-handler.

	* klacks/klacks.lisp (KLACKS:SERIALIZE-EVENT): Bugfix -- call
	start-cdata and end-cdata on the handler, not the source.

	* xml/package.lisp: New export WITH-OUTPUT-SINK.

	* xml/sax-handler.lisp (SAX): New exports abstract-handler,
	content-handler, default-handler.  (STANDARD-ATTRIBUTE): Renamed
	from attribute.  (ATTRIBUTE-NAMESPACE-URI, ATTRIBUTE-LOCAL-NAME,
	ATTRIBUTE-QNAME, ATTRIBUTE-VALUE, ATTRIBUTE-SPECIFIED-P): Wrapper
	methods for standard-attribute.  Wrapper methods for
	hax:standard-attribute.  (all events): pulled into a common
	define-event form.  New dummy method on null.  Added a warning to
	the default method.   New error method on abstract-handler.  New
	dummy method on the respective default handler classes.

	* xml/sax-proxy.lisp (BROADCAST-HANDLER): Inherit from
	abstract-handler, not sax-parser-mixin.

	* xml/unparse.lisp (sink): Inherit from sax:content-handler.
	(WITH-OUTPUT-SINK): New macro.  (INVOKE-WITH-OUTPUT-SINK): New
	function.
2007-10-14 17:50:11 +00:00
0c4635bb07 fixed canonical output of processing instructions 2007-08-05 11:16:15 +00:00
b0ca8a12da DTD serialization fixes 2007-07-22 19:44:01 +00:00
d9fe9dfd51 new function cxml:doctype 2007-07-01 18:52:26 +00:00
dd08cc3711 escape % in internal entities
new function unparsed-internal-subset
use " to escape IDs containing '
2007-07-01 17:25:39 +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
db31b727ca DTC 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.
2007-06-16 10:02:43 +00:00
5c597c9bce <li>Serialization no longer defaults to canonical form.</li> 2007-06-16 09:42:06 +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
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.)
2006-12-02 13:21:36 +00:00
1fa6794e81 Sonderzeichen raus 2006-08-28 13:41:41 +00:00
13675fab67 fixed CDATA serialization, thanks to Donavon Keithley 2006-05-05 09:05:22 +00:00
0b361f3908 destructuring-bind aus with-element raus 2006-02-17 12:53:19 +00:00
08e7c8353c indentation fixes for unicode ports
(thanks to Nathan Bird)
2006-01-23 21:48:27 +00:00
3e4d382940 sb-unicode backport 2005-12-29 00:37:57 +00:00
b5bd89f643 sink reorganization 2005-12-28 23:11:18 +00:00
42987f5dba utf8-dom 2005-12-27 00:21:27 +00:00
74cb5b7f8c DOM 2 Core. Ungetestet, aber die 1er tests laufen wieder, daher rein damit. 2005-12-04 18:43:49 +00:00
938dca13b5 + <li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li> 2005-11-28 22:33:29 +00:00
62d19af64d -sun/not-wf/pi.xml [not-wf?] FAILED:
-  well-formedness violation not detected
-[
-    No space between PI target name and data]
-ibm/not-wf/P24/ibm24n02.xml [not-wf?] FAILED:
-  well-formedness violation not detected
-[
-    Tests VersionInfo with a required field missing. The white space is
-    missing between the key word "xml" and the VersionInfo in the XMLDecl.
-  ]

sowie massenhaft :eof-pruefungen
2005-11-26 23:57:09 +00:00
d6ca7664f4 Initial revision 2005-03-13 18:02:10 +00:00