- 13 Mar, 2005 5 commits
-
-
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: 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
-