- 13 Mar, 2005 40 commits
-
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 22:01:58 CET 2004 Standard-date: 2004-02-06 21:01:58 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-76 Summary: implemented DOM:SPLIT-TEXT implemented DOM:SPLIT-TEXT
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 23:49:24 CET 2004 Standard-date: 2004-02-06 22:49:24 GMT Modified-files: domtest.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-79 Summary: ignore element order in <equals> ignore element order in <equals>
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 23:07:15 CET 2004 Standard-date: 2004-02-06 22:07:15 GMT Modified-files: domtest.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-78 Summary: named-node-map-hack auch fuer assertSize named-node-map-hack auch fuer assertSize
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Mon Feb 9 11:53:08 CET 2004 Standard-date: 2004-02-09 10:53:08 GMT Modified-files: xml/dom-builder.lisp xml/sax-handler.lisp xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-82 Summary: dom:notations fuellen dom:notations fuellen
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 23:49:58 CET 2004 Standard-date: 2004-02-06 22:49:58 GMT Modified-files: xml/dom-builder.lisp xml/sax-handler.lisp xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-80 Summary: noch unfertig: initialisiere dom:enitities richtig, erzeuge Entity-Knoten noch unfertig: initialisiere dom:enitities richtig, erzeuge Entity-Knoten
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 22:01:18 CET 2004 Standard-date: 2004-02-06 21:01:18 GMT Modified-files: xml/dom-builder.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-75 Summary: fixed PARENT slot initialization and added a rant about the current implementation fixed PARENT slot initialization and added a rant about the current implementation
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Mon Feb 9 11:52:57 CET 2004 Standard-date: 2004-02-09 10:52:57 GMT Modified-files: NEWS New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-81 Summary: NEWS aktualisiert NEWS aktualisiert
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 20:00:47 CET 2004 Standard-date: 2004-02-06 19:00:47 GMT Modified-files: xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-71 Summary: hacked my resolve-entity function to return NIL for undefined entities hacked my resolve-entity function to return NIL for undefined entities
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 20:57:15 CET 2004 Standard-date: 2004-02-06 19:57:15 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-74 Summary: fixed get-elements-by-tag-name not to include the argument itself fixed get-elements-by-tag-name not to include the argument itself
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 20:25:48 CET 2004 Standard-date: 2004-02-06 19:25:48 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-73 Summary: Implement no-op methods on (setf node-value) where required... Keywords: DOM weirdness uncovered by Test case hc_nodevalue03.xml: +;; ... and (setf node-value), part II. The DOM Level 1 spec fails to explain +;; this case, but it is covered by the (Level 1) test suite and clarified +;; in Level 2: +;; nodeValue of type DOMString +;; The value of this node, depending on its type; see the +;; table above. When it is defined to be null, setting +;; it has no effect.
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 20:01:03 CET 2004 Standard-date: 2004-02-06 19:01:03 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-72 Summary: INVALID_CHARACTER_ERR in create-entity-reference, too INVALID_CHARACTER_ERR in create-entity-reference, too
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 18:48:43 CET 2004 Standard-date: 2004-02-06 17:48:43 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-70 Summary: fixed patch-69: signal INUSE_ATTRIBUTE_ERR in set-named-item, not in set-attribute-node fixed patch-69: signal INUSE_ATTRIBUTE_ERR in set-named-item, not in set-attribute-node
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 18:39:23 CET 2004 Standard-date: 2004-02-06 17:39:23 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-69 Summary: INUSE_ATTRIBUTE_ERR INUSE_ATTRIBUTE_ERR
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 18:08:21 CET 2004 Standard-date: 2004-02-06 17:08:21 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-68 Summary: CREATE-ATTRIBUTE: set SPECIFIED to true Keywords: CREATE-ATTRIBUTE: set SPECIFIED to true (Soweit ich weiss) unterstuetzen wir noch keine Defaultwerte. Da wir nicht validieren ist das aber wohl OK. Wenn wir allerdinsg soweit sind, muessen wir irgendwie Attribute mit SPECIFIED gleich NIL anlegen koennen; das wird sich dann schon zeigen.
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 17:50:01 CET 2004 Standard-date: 2004-02-06 16:50:01 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-67 Summary: more NAME syntax checks: CREATE-ELEMENT, SET-ATTRIBUTE more NAME syntax checks: CREATE-ELEMENT, SET-ATTRIBUTE
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 17:27:52 CET 2004 Standard-date: 2004-02-06 16:27:52 GMT New-files: xml/.arch-ids/characters.lisp.id xml/characters.lisp Modified-files: cxml.asd xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-65 Summary: verify attribute name syntax in createAttribute verify attribute name syntax in createAttribute
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 23:36:08 CET 2004 Standard-date: 2004-02-05 22:36:08 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-60 Summary: neu: CLONE-NODE neu: CLONE-NODE
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 23:52:49 CET 2004 Standard-date: 2004-02-05 22:52:49 GMT Modified-files: xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-63 Summary: Reihenfolge der Attribute erhalten Reihenfolge der Attribute erhalten
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 15:59:55 CET 2004 Standard-date: 2004-02-06 14:59:55 GMT Modified-files: domtest.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-64 Summary: workaround: normalize documents explicitly workaround: normalize documents explicitly
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 23:52:21 CET 2004 Standard-date: 2004-02-05 22:52:21 GMT Modified-files: domtest.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-62 Summary: <member> in <var> verstehen <member> in <var> verstehen
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 23:40:01 CET 2004 Standard-date: 2004-02-05 22:40:01 GMT Modified-files: domtest.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-61 Summary: parse-java-literal: translate \n parse-java-literal: translate \n
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 17:49:24 CET 2004 Standard-date: 2004-02-06 16:49:24 GMT Modified-files: xml/characters.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-66 Summary: fixed rune-name-char-p: digits are valid fixed rune-name-char-p: digits are valid
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Feb 6 17:27:52 CET 2004 Standard-date: 2004-02-06 16:27:52 GMT New-files: xml/.arch-ids/characters.lisp.id xml/characters.lisp Modified-files: cxml.asd xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-65 Summary: verify attribute name syntax in createAttribute verify attribute name syntax in createAttribute
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 23:35:57 CET 2004 Standard-date: 2004-02-05 22:35:57 GMT Modified-files: domtest.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-59 Summary: for-each fuer named-node-map for-each fuer named-node-map
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 17:16:24 CET 2004 Standard-date: 2004-02-05 16:16:24 GMT Modified-files: domtest.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-53 Summary: domtest fixes fuer <var/> und <nodeType> Keywords: <var>: Integer-Variablen mit 0 initialisieren <nodeType>: Keywords in Nummern uebersetzen
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 23:04:58 CET 2004 Standard-date: 2004-02-05 22:04:58 GMT Modified-files: xml/dom-builder.lisp xml/sax-handler.lisp xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-58 Summary: START-DTD, END-DTD, DOCUMENT-TYPE initialisation Keywords: - Added SAX:START-DTD and SAX:END-DTD. - Create DOCUMENT-TYPE only when appropriate. It must be NIL otherwise. - Intialize its NAME.
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 17:31:01 CET 2004 Standard-date: 2004-02-05 16:31:01 GMT Modified-files: xml/dom-builder.lisp xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-54 Summary: call sax:comment; create comment nodes call sax:comment; create comment nodes
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 18:55:28 CET 2004 Standard-date: 2004-02-05 17:55:28 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-55 Summary: temporary fix: attributes are created with value "" Keywords: temporary fix: attributes are created with value "". (Statt SLOT-UNBOUND-Fehler.) (Eigentlich muessen wir ja die Kinderelemente von Attributen implementieren, da muessen wir spaeter also noch ran.)
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 16:44:38 CET 2004 Standard-date: 2004-02-05 15:44:38 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-52 Summary: fixed patch-36, my (setf dom:data) implementation my bogus fixed patch-36, my (setf dom:data) implementation my bogus
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 18:56:05 CET 2004 Standard-date: 2004-02-05 17:56:05 GMT New-files: .arch-ids/NEWS.id NEWS New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-56 Summary: Aenderungsliste Aenderungsliste
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 19:57:41 CET 2004 Standard-date: 2004-02-05 18:57:41 GMT Modified-files: xml/sax-handler.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-57 Summary: Warnungen beseitigt ("undefined variable") Warnungen beseitigt ("undefined variable")
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 16:41:46 CET 2004 Standard-date: 2004-02-05 15:41:46 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-51 Summary: fixed special cases in dom:substring-data fixed special cases in dom:substring-data
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 16:26:14 CET 2004 Standard-date: 2004-02-05 15:26:14 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-50 Summary: patch-46 nachgebessert: offset == length ist OK patch-46 nachgebessert: offset == length ist OK
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 15:53:16 CET 2004 Standard-date: 2004-02-05 14:53:16 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-49 Summary: bugfix: replace-data for count != (length arg) Keywords: replace-data bugfix: Argument COUNT kann sich durchaus von der Laenge von ARG unterscheiden (sonst waere es ja auch ueberfluessig). Testfall: characterdatareplacedataexceedslengthofarg.xml
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 15:43:56 CET 2004 Standard-date: 2004-02-05 14:43:56 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-48 Summary: DOM:INSERT-DATA implementiert DOM:INSERT-DATA implementiert
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 15:01:21 CET 2004 Standard-date: 2004-02-05 14:01:21 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-47 Summary: delete-data: Arraytyp korrigiert delete-data: Arraytyp korrigiert
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Feb 5 14:50:27 CET 2004 Standard-date: 2004-02-05 13:50:27 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-46 Summary: fixed special cases in delete-data and replace-data fixed special cases in delete-data and replace-data
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Feb 4 23:44:10 CET 2004 Standard-date: 2004-02-04 22:44:10 GMT Modified-files: domtest.lisp xml/dom-impl.lisp xml/dompack.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-45 Summary: DOM-EXCEPTION implementiert DOM-EXCEPTION implementiert
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Feb 4 23:09:18 CET 2004 Standard-date: 2004-02-04 22:09:18 GMT Modified-files: cxml.asd xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-44 Summary: ENTITY-REFERENCE-Kinder als read-only markieren ENTITY-REFERENCE-Kinder als read-only markieren
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Feb 4 22:26:39 CET 2004 Standard-date: 2004-02-04 21:26:39 GMT Modified-files: xml/dom-builder.lisp xml/dom-impl.lisp xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-43 Summary: hack: implemented CHILD-NODES for ENTITY-REFERENCE Keywords: Wir muessen die CHILD-NODES einer ENTITY-REFERENCE berechnen. Allerdings alles noch etwas unausgereift. - Dazu die *ENTITIES* im Dokument vermerken... - und bei Bedarf parsen. Ausserdem: - Die Entities muessen ausserdem mit EQUALP herausgesucht werden, denn sie sind ja durch rods benannt, daher reicht EQUAL nicht. - IMPORT-NODE fuer PROCESSING-INSTRUCTION korrigiert.
-