586/808 documentimportnode19.xml

-TEST FAILED: The slot DOM-IMPL::NAME is unbound in the object #<DOM-IMPL::ENTIT
Y {xxxxxxxx}>.
This commit is contained in:
dlichteblau
2005-12-11 18:17:30 +00:00
parent c045b19e3f
commit 19bed499dc
2 changed files with 2 additions and 2 deletions

View File

@ -1292,6 +1292,7 @@
(defmethod dom:import-node ((document document) (node entity) deep)
(import-node-internal 'entity document node deep
:name (dom:name node)
:public-id (dom:public-id node)
:system-id (dom:system-id node)
:notation-name (dom:notation-name node)))