Commit Graph

89 Commits

Author SHA1 Message Date
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
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
0596a0e63d klacks parser 2007-02-11 18:21:20 +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
c94305e69c fixed the long-standing bug with start tags in :DTD behaviour 2006-09-16 07:52:59 +00:00
ac6d074603 die letzten paar nicht-ascii zeichen raus, macht das leben einfacher 2006-09-10 14:55:29 +00:00
70fd8ddd7d ANSI conformance fixes 2006-09-10 14:52:44 +00:00
9126b20cae typo in start-element docstring 2006-09-09 10:06:17 +00:00
1fa6794e81 Sonderzeichen raus 2006-08-28 13:41:41 +00:00
8f2254d820 namespace fixes 2006-08-20 14:59:34 +00:00
111b5db45a new function parse-empty-document 2006-08-20 13:58:30 +00:00
58307a7cbd patch by Nathan Bird: [cxml-devel] characters.lisp improvements 2006-08-20 11:56:11 +00:00
ada9fb8e7b set up a stream name in parse-rod for circularity detection
(thanks to Donavon Keithley for the report)
2006-05-18 10:08:36 +00:00
ac1089719b fixed cxml-xmls:map-node, thanks to Kim Minh Kaplan for the report 2006-05-15 21:57:47 +00:00
13675fab67 fixed CDATA serialization, thanks to Donavon Keithley 2006-05-05 09:05:22 +00:00
4368c972a8 relative dateinamen absolutifizieren, damit wir sie in entity urls mergen
koennen (thanks to Holger Schauer for the report)
2006-03-20 12:42:26 +00:00
0b361f3908 destructuring-bind aus with-element raus 2006-02-17 12:53:19 +00:00
acfbb0a612 catalog fixes and workarounds 2006-01-23 21:49:42 +00:00
08e7c8353c indentation fixes for unicode ports
(thanks to Nathan Bird)
2006-01-23 21:48:27 +00:00
5af0428436 * give simple strings to puri
* accept &rest arguments in parse-rod
2006-01-23 21:45:48 +00:00
254a3fcec1 oops 2005-12-29 00:39:25 +00:00
3e4d382940 sb-unicode backport 2005-12-29 00:37:57 +00:00
b0615afdd9 whitespace normalizer 2005-12-29 00:31:30 +00:00
4df5d1d054 parse-string in parse-rod umbenannt und exportiert 2005-12-28 23:18:04 +00:00
b5bd89f643 sink reorganization 2005-12-28 23:11:18 +00:00
36ba984844 sb-unicode backport
namespace-korrekturen
noch documentation
2005-12-27 20:01:10 +00:00
dbb2732913 utf8-dom fixes.
recoding nach utf-8 jetzt der default.
2005-12-27 01:35:13 +00:00
42987f5dba utf8-dom 2005-12-27 00:21:27 +00:00
636681f125 fixed octet-input-stream 2005-12-17 22:43:17 +00:00
8ae5713469 fixed catalog error handling 2005-12-17 22:30:19 +00:00
5363dadbb8 namespace normalization 2005-12-11 23:56:45 +00:00
194a220a35 auch qname "xmlns" hat einen namespace, falls sax:*sowieso* an ist.
und im dom-builder nicht den namen des doctypes pruefen
2005-12-04 23:20:22 +00:00
7a9568b320 ohne prefix haben wir beim namespace-processing aber trotzdem einen lname 2005-12-04 22:18:33 +00:00
a8d0f330a0 noch ne runde dom-fixes 2005-12-04 21:15:35 +00:00
9c92b2ba37 am dom rumgeschraubt und sax-defaults geaendert
vielleicht teilweise verkehrt
2005-12-04 20:35:13 +00:00
74cb5b7f8c DOM 2 Core. Ungetestet, aber die 1er tests laufen wieder, daher rein damit. 2005-12-04 18:43:49 +00:00
0e994ba607 -eduni/namespaces/1.0/043.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-Colon in entity name
-]
-eduni/namespaces/1.0/044.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-Colon in entity name
-]
-eduni/namespaces/1.0/045.xml [not validating:] input [validating:] FAILED:
-  validity error not detected
-[
-Colon in ID attribute name
-]
-eduni/namespaces/1.0/046.xml [not validating:] input [validating:] FAILED:
-  validity error not detected
-[
-Colon in ID attribute name
-]
2005-12-03 21:54:42 +00:00
eff3a932e7 -eduni/namespaces/1.0/015.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-Bad QName syntax: colon at start
-]
2005-12-03 21:31:30 +00:00
59fec24c15 -eduni/namespaces/1.0/014.xml [not validating:] FAILED:
-  invalid array index 0 for #() (should be nonnegative and <0)
-[
-Bad QName syntax: colon at end
-]
2005-12-03 21:26:53 +00:00
141fe3524b -eduni/namespaces/1.0/013.xml [not validating:] FAILED:
-  #(98 58 97 116 116 114) fell through ETYPECASE expression.
-  Wanted one of (STRING SIMPLE-STRING).
-[
-Bad QName syntax: multiple colons
-]
2005-12-03 21:24:16 +00:00
64ee461f48 -eduni/namespaces/1.0/012.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-Namespace inequality test: equal after attribute value normalization
-]
2005-12-03 21:02:35 +00:00
938dca13b5 + <li>Gilbert Baumann has clarified the license as Lisp-LGPL.</li> 2005-11-28 22:33:29 +00:00
e688f34235 kommentaraenderungen 2005-11-28 22:22:49 +00:00
44ff96c68e name-hashtable in den context gezogen, das war wohl kaum thread-safe so.
allerdings keine ahnung wofuer sie ueberhaupt da ist.
2005-11-27 20:59:00 +00:00
05ad13e388 zeilennummern fuer den ganzen stack ausgeben 2005-11-27 20:49:10 +00:00
bdfd6d30e1 '<'-fehlermeldung angepasst
0/1786 tests failed; 376 tests were skipped
2005-11-27 19:37:41 +00:00
afc0d9481b *patsch* -- noch ein eof erschlagen 2005-11-27 19:31:18 +00:00
e3f0eefe1d ich sag nur: 'foo 2005-11-27 19:28:45 +00:00