[cxml-cvs] CVS update: cxml/dom/dom-impl.lisp
David Lichteblau
dlichteblau at common-lisp.net
Sun Dec 4 23:23:26 UTC 2005
Update of /project/cxml/cvsroot/cxml/dom
In directory common-lisp.net:/tmp/cvs-serv13298/dom
Modified Files:
dom-impl.lisp
Log Message:
attributknotennamespace beim klonen mitnehmen
Date: Mon Dec 5 00:23:26 2005
Author: dlichteblau
Index: cxml/dom/dom-impl.lisp
diff -u cxml/dom/dom-impl.lisp:1.16 cxml/dom/dom-impl.lisp:1.17
--- cxml/dom/dom-impl.lisp:1.16 Mon Dec 5 00:20:25 2005
+++ cxml/dom/dom-impl.lisp Mon Dec 5 00:23:25 2005
@@ -1254,6 +1254,9 @@
document node
t
:name (dom:name node)
+ :namespace-uri (dom:namespace-uri node)
+ :local-name (dom:local-name node)
+ :prefix (dom:prefix node)
:owner-element nil))
(defmethod dom:import-node ((document document) (node document-fragment) deep)
More information about the Cxml-cvs
mailing list