- 13 Mar, 2005 40 commits
-
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 14 23:04:07 CET 2004 Standard-date: 2004-01-14 22:04:07 GMT Modified-files: xml/dompack.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-22 Summary: s/remove-atttribute/remove-attribute s/remove-atttribute/remove-attribute
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Tue Jan 13 22:13:59 CET 2004 Standard-date: 2004-01-13 21:13:59 GMT Modified-files: xmlconf.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-16 Summary: mit korrektem OUTPUT abgleichen mit korrektem OUTPUT abgleichen
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Tue Jan 13 21:13:28 CET 2004 Standard-date: 2004-01-13 20:13:28 GMT Modified-files: xmlconf.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-15 Summary: run only tests for namespace-aware XML-1.0 parsers run only tests for namespace-aware XML-1.0 parsers
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Sat Jan 10 02:02:58 CET 2004 Standard-date: 2004-01-10 01:02:58 GMT New-files: .arch-ids/xmlconf.lisp.id xmlconf.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-13 Summary: Testfunktion fuer XML Conformance Test Suite Keywords: Testfunktion fuer XML Conformance Test Suite (funktioniert noch nicht ganz)
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Jan 8 22:54:29 CET 2004 Standard-date: 2004-01-08 21:54:29 GMT New-files: xml/.arch-ids/string-dom.lisp.id xml/string-dom.lisp Modified-files: cxml.asd xml/dom-builder.lisp xml/dom-impl.lisp xml/package.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-4 Summary: renamed dom to cdom, added string-dom Keywords: - renamed package dom to cdom - use cl-package-aliases to access the package under the name "dom" anyway - added string-dom, which wraps around cdom and converts rods to strings - fixed import-node in dom-impl
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 22:32:24 CET 2004 Standard-date: 2004-01-09 21:32:24 GMT Modified-files: xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-8 Summary: fixed more mlisp breakage Keywords: fixed more mlisp breakage: If a keyword is written in upper case somewhere, upcase it consistently, especially all the BNF rule names like :COMMENT. "modern" lisp... :-(
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 16:58:44 CET 2004 Standard-date: 2004-01-09 15:58:44 GMT Modified-files: xml/package.lisp xml/sax-tests/tests.lisp xml/xml-parse.lisp xml/xml-stream.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-5 Summary: (assert (eql initial-speed 1)) in make-xstream Keywords: MAKE-XSTREAM: xstreams must be created with an INITIAL-SPEED of 1, otherwise the first buffer will the read with a fixed encoding instead of the encoding declared in the processing instruction. Not sure if xstreams are used for non-XML data, so I've left the argument in, but added an assertion. PARSE-FILE: works now. PARSE-STRING remains broken, don't export it
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 23:23:09 CET 2004 Standard-date: 2004-01-09 22:23:09 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-12 Summary: REVERT patch-10 Keywords: Oops, make dom:get-elements-by-tag-name case sensitive again. I should have read DOM 1.1.7 earlier... :(
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 23:11:05 CET 2004 Standard-date: 2004-01-09 22:11:05 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-11 Summary: print attributes with name and value print attributes with name and value
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 23:03:41 CET 2004 Standard-date: 2004-01-09 22:03:41 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-10 Summary: make dom:get-elements-by-tag-name case insensitive make dom:get-elements-by-tag-name case insensitive
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 22:52:09 CET 2004 Standard-date: 2004-01-09 21:52:09 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-9 Summary: print elements with their tag-name print elements with their tag-name
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 18:33:59 CET 2004 Standard-date: 2004-01-09 17:33:59 GMT Modified-files: xml/dom-impl.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-6 Summary: fixed dom:remove-child Keywords: dom:remove-child: Don't remove the child from itself, remove it from its parent. :)
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Jan 8 22:54:29 CET 2004 Standard-date: 2004-01-08 21:54:29 GMT New-files: xml/.arch-ids/string-dom.lisp.id xml/string-dom.lisp Modified-files: cxml.asd xml/dom-builder.lisp xml/dom-impl.lisp xml/package.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-4 Summary: renamed dom to cdom, added string-dom Keywords: - renamed package dom to cdom - use cl-package-aliases to access the package under the name "dom" anyway - added string-dom, which wraps around cdom and converts rods to strings - fixed import-node in dom-impl
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Jan 9 18:34:47 CET 2004 Standard-date: 2004-01-09 17:34:47 GMT Modified-files: xml/string-dom.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-7 Summary: strings->rods in set-attribute, too strings->rods in set-attribute, too
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Thu Jan 8 22:54:29 CET 2004 Standard-date: 2004-01-08 21:54:29 GMT New-files: xml/.arch-ids/string-dom.lisp.id xml/string-dom.lisp Modified-files: cxml.asd xml/dom-builder.lisp xml/dom-impl.lisp xml/package.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-4 Summary: renamed dom to cdom, added string-dom Keywords: - renamed package dom to cdom - use cl-package-aliases to access the package under the name "dom" anyway - added string-dom, which wraps around cdom and converts rods to strings - fixed import-node in dom-impl
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 7 21:14:38 CET 2004 Standard-date: 2004-01-07 20:14:38 GMT Modified-files: xml/dom-impl.lisp xml/dompack.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-3 Summary: add dom:remove-child, dom:import-node Keywords: - dom:get-elements-by-tag-name: tag-name-eq workaround - dom:remove-child: new function - dom:import-node: new function (DOM2)
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 7 16:31:19 CET 2004 Standard-date: 2004-01-07 15:31:19 GMT Removed-files: glisp/.arch-ids/gendep.lisp.id glisp/gendep.lisp Modified-files: cxml.asd glisp/dep-acl.lisp glisp/dep-acl5.lisp glisp/match.lisp glisp/package.lisp glisp/runes.lisp glisp/util.lisp xml/dom-impl.lisp xml/package.lisp xml/xml-name-rune-p.lisp xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-1 Summary: ACL port aktualisiert Keywords: - #+(and allegro-version>= (version>= 5.0)) statt #+ALLEGRO-V5.0 - mlisp port. :-( Kompiliert jetzt und kann <test>foo</test> parsen!
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 7 14:06:22 CET 2004 Standard-date: 2004-01-07 13:06:22 GMT Summary: Import of Closure's src/xml and src/glisp (doesn't work yet) New-files: cxml.asd glisp/dep-acl.lisp glisp/dep-acl5.lisp glisp/dep-clisp.lisp glisp/dep-cmucl-dtc.lisp glisp/dep-cmucl.lisp glisp/dep-gcl-2.lisp glisp/dep-gcl.lisp glisp/dep-sbcl.lisp glisp/gendep.lisp glisp/match.lisp glisp/package.lisp glisp/runes.lisp glisp/util.lisp xml/dom-builder.lisp xml/dom-impl.lisp xml/dompack.lisp xml/encodings-data.lisp xml/encodings.lisp xml/package.lisp xml/sax-handler.lisp xml/sax-tests/event-collecting-handler.lisp xml/sax-tests/package.lisp xml/sax-tests/tests.lisp xml/xml-canonic.lisp xml/xml-name-rune-p.lisp xml/xml-parse.lisp xml/xml-stream.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--base-0 Import of Closure's src/xml and src/glisp (doesn't work yet)
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 7 20:34:18 CET 2004 Standard-date: 2004-01-07 19:34:18 GMT Modified-files: xml/package.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-2 Summary: export UNPARSE-DOCUMENT export UNPARSE-DOCUMENT
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 7 16:31:19 CET 2004 Standard-date: 2004-01-07 15:31:19 GMT Removed-files: glisp/.arch-ids/gendep.lisp.id glisp/gendep.lisp Modified-files: cxml.asd glisp/dep-acl.lisp glisp/dep-acl5.lisp glisp/match.lisp glisp/package.lisp glisp/runes.lisp glisp/util.lisp xml/dom-impl.lisp xml/package.lisp xml/xml-name-rune-p.lisp xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-1 Summary: ACL port aktualisiert Keywords: - #+(and allegro-version>= (version>= 5.0)) statt #+ALLEGRO-V5.0 - mlisp port. :-( Kompiliert jetzt und kann <test>foo</test> parsen!
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 7 14:06:22 CET 2004 Standard-date: 2004-01-07 13:06:22 GMT Summary: Import of Closure's src/xml and src/glisp (doesn't work yet) New-files: cxml.asd glisp/dep-acl.lisp glisp/dep-acl5.lisp glisp/dep-clisp.lisp glisp/dep-cmucl-dtc.lisp glisp/dep-cmucl.lisp glisp/dep-gcl-2.lisp glisp/dep-gcl.lisp glisp/dep-sbcl.lisp glisp/gendep.lisp glisp/match.lisp glisp/package.lisp glisp/runes.lisp glisp/util.lisp xml/dom-builder.lisp xml/dom-impl.lisp xml/dompack.lisp xml/encodings-data.lisp xml/encodings.lisp xml/package.lisp xml/sax-handler.lisp xml/sax-tests/event-collecting-handler.lisp xml/sax-tests/package.lisp xml/sax-tests/tests.lisp xml/xml-canonic.lisp xml/xml-name-rune-p.lisp xml/xml-parse.lisp xml/xml-stream.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--base-0 Import of Closure's src/xml and src/glisp (doesn't work yet)
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Sun Oct 10 14:25:22 CEST 2004 Standard-date: 2004-10-10 12:25:22 GMT New-files: contrib/.arch-ids/=id contrib/.arch-ids/xhtmlgen.lisp.id contrib/xhtmlgen.lisp New-directories: contrib contrib/.arch-ids Modified-files: README.html New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-357 Summary: release Keywords: release
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Sep 17 12:28:36 CEST 2004 Standard-date: 2004-09-17 10:28:36 GMT New-files: .arch-ids/catalog.dtd.id catalog.dtd xml/.arch-ids/catalog.lisp.id xml/catalog.lisp Modified-files: README.html cxml.asd xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-335 Summary: Katalogparser Keywords: Katalogparser
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Sep 3 23:32:04 CEST 2004 Standard-date: 2004-09-03 21:32:04 GMT New-files: .arch-ids/XMLS-SYMBOLS.diff.id XMLS-SYMBOLS.diff New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-310 Summary: patch for interned names in xmls data Keywords: patch for interned names in xmls data
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Fri Sep 3 17:19:58 CEST 2004 Standard-date: 2004-09-03 15:19:58 GMT New-files: .arch-ids/TIMES.id TIMES xml/.arch-ids/xmls-compat.lisp.id xml/xmls-compat.lisp Modified-files: README.html cxml.asd New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-301 Summary: XMLS-Kompatiblitaet Keywords: XMLS-Kompatiblitaet
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Tue May 11 18:39:30 CEST 2004 Standard-date: 2004-05-11 16:39:30 GMT Renamed-files: .arch-ids/NEWS.id .arch-ids/OLDNEWS.id NEWS OLDNEWS New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-283 Summary: so neu sind die NEWS nicht mehr Keywords: so neu sind die NEWS nicht mehr
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Tue May 4 20:33:51 CEST 2004 Standard-date: 2004-05-04 18:33:51 GMT New-files: xml/.arch-ids/split-sequence.lisp.id xml/split-sequence.lisp Modified-files: cxml.asd xml/xml-parse.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-222 Summary: VC: IDREF Keywords: VC: IDREF
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Tue Mar 16 21:44:16 CET 2004 Standard-date: 2004-03-16 20:44:16 GMT New-files: test/.arch-ids/xmlconf-base.diff.id test/xmlconf-base.diff Modified-files: README.html New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-169 Summary: stylesheet, Testsuite repariert Keywords: stylesheet, Testsuite repariert
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Tue Mar 16 21:44:22 CET 2004 Standard-date: 2004-03-16 20:44:22 GMT New-files: .arch-ids/documentation.css.id documentation.css New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-170 Summary: stylesheet Keywords: stylesheet
-
david authored
-
david authored
Archive: david@knowledgetools.de--cxml Creator: David Lichteblau <david@knowledgetools.de> Date: Wed Jan 7 14:06:22 CET 2004 Standard-date: 2004-01-07 13:06:22 GMT Summary: Import of Closure's src/xml and src/glisp (doesn't work yet) New-files: cxml.asd glisp/dep-acl.lisp glisp/dep-acl5.lisp glisp/dep-clisp.lisp glisp/dep-cmucl-dtc.lisp glisp/dep-cmucl.lisp glisp/dep-gcl-2.lisp glisp/dep-gcl.lisp glisp/dep-sbcl.lisp glisp/gendep.lisp glisp/match.lisp glisp/package.lisp glisp/runes.lisp glisp/util.lisp xml/dom-builder.lisp xml/dom-impl.lisp xml/dompack.lisp xml/encodings-data.lisp xml/encodings.lisp xml/package.lisp xml/sax-handler.lisp xml/sax-tests/event-collecting-handler.lisp xml/sax-tests/package.lisp xml/sax-tests/tests.lisp xml/xml-canonic.lisp xml/xml-name-rune-p.lisp xml/xml-parse.lisp xml/xml-stream.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--base-0 Import of Closure's src/xml and src/glisp (doesn't work yet)
-
david authored
-