Commit Graph

74 Commits

Author SHA1 Message Date
df50f2547d Fixed (parse xstream ...).
* xml/xml-parse.lisp (PARSE): Call parse-xstream, not
        make-xstream.
2007-10-14 18:40:26 +00:00
319149507a Fixed time and space usage in cases where entity references
follow each other (thanks to Ivan Shvedunov for the report).

	* xml/xml-parse.lisp (P/CONTENT): Removed useless call to append.
	Use loop instead of tail recursion.
2007-10-03 15:21:56 +00:00
3a37db3e9d fixed the DTD/SAX fix 2007-08-05 11:15:48 +00:00
5142cfe2b8 DTD/SAX fix 2007-07-22 19:43:27 +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
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
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
111b5db45a new function parse-empty-document 2006-08-20 13:58:30 +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
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
5af0428436 * give simple strings to puri
* accept &rest arguments in parse-rod
2006-01-23 21:45:48 +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
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
636681f125 fixed octet-input-stream 2005-12-17 22:43:17 +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
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
ab0a676042 -ibm/not-wf/P32/ibm32n09.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-    This is test violates WFC: Entity Declared in P68.
-    The standalone document declaration has the value yes, BUT there is an
-    external markup declaration of an entity (other than amp, lt, gt, apos,
-    quot), and references to this entity appear in the document.
-  ]
2005-11-27 18:41:06 +00:00
487338d20e Hmm. Auf U+ffff und dergleichen wurde durch data-rune-p geprueft,
das aber eben nicht ueberall benutzt wurde.  Ich habe die Pruefung
jetzt mal direkt im Decoding eingebaut.

-xmltest/not-wf/sa/171.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-    Character FFFF is not legal anywhere in an XML document. ]
2005-11-27 18:20:08 +00:00
11f2514116 encoding-fehler resignalisieren 2005-11-27 17:19:10 +00:00
e4c9e057b1 im prolog haben pe refs auch nuescht zu suchen 2005-11-27 16:49:21 +00:00
e815ffed02 *patsch* wieder eine runde eof-bugs erschlagen 2005-11-27 16:46:48 +00:00
cd56af0303 noch EOF-Pruefungen 2005-11-27 16:37:57 +00:00
a31a91fc54 unparsed entities duerfen nicht referenziert werden 2005-11-27 16:22:32 +00:00
2010bc4113 [WFC: No External Entity References] 2005-11-27 16:09:18 +00:00
5106ced596 -xmltest/not-wf/sa/076.xml [not validating:] FAILED:
-  The value NIL is not of type CXML::DTD.
-[
-    Undefined ENTITY foo. ]
2005-11-27 13:03:01 +00:00
ce617349ca mein lieblingsfehler!
error while parsing arguments to DESTRUCTURING-BIND:
    invalid number of elements in
      ()
    to satisfy lambda list
      (CXML::NAME &REST CXML::ATTRS):
    at least 1 expected, but 0 found
2005-11-27 12:56:55 +00:00
4955e5b351 noch ein paar assertions durch check-rune ersetzt 2005-11-27 12:43:29 +00:00
d428a31245 character range pruefen 2005-11-27 12:39:36 +00:00
5378f023e3 eof in kommentaren 2005-11-27 12:26:08 +00:00