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

4 Dec
2005
4 Dec
'05
11:23 p.m.
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)
7150
Age (days ago)
7150
Last active (days ago)
0 comments
1 participants
participants (1)
-
dlichteblau@common-lisp.net