Update of /project/cxml/cvsroot/cxml/dom In directory common-lisp.net:/tmp/cvs-serv14107/dom
Modified Files: dom-builder.lisp Log Message: - use trivial-gray-streams - replaced dep-* files, since most of them were identical
Date: Sat Nov 26 22:48:17 2005 Author: dlichteblau
Index: cxml/dom/dom-builder.lisp diff -u cxml/dom/dom-builder.lisp:1.1.1.13 cxml/dom/dom-builder.lisp:1.2 --- cxml/dom/dom-builder.lisp:1.1.1.13 Sun Mar 13 19:02:51 2005 +++ cxml/dom/dom-builder.lisp Sat Nov 26 22:48:17 2005 @@ -8,10 +8,6 @@ ;;;; Author: David Lichteblau david@lichteblau.com ;;;; Author: knowledgeTools Int. GmbH
-;;; XXX this DOM builder knows too much about the specifics of the DOM -;;; implementation for my taste. We need a sensible protocol for fast DOM -;;; building. - (in-package :dom-impl)
(defclass dom-builder ()