[cxml-cvs] CVS update: cxml/dom/dom-builder.lisp

David Lichteblau dlichteblau at common-lisp.net
Sat Nov 26 21:48:24 UTC 2005


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 at 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 ()




More information about the Cxml-cvs mailing list