687/808 importNode11.xml

-TEST FAILED: NOT_SUPPORTED_ERR (9):
-not implemented
This commit is contained in:
dlichteblau
2005-12-11 20:07:44 +00:00
parent f91bc29ffb
commit ef9c137e52
2 changed files with 2 additions and 8 deletions

View File

@ -1344,12 +1344,8 @@
(defmethod dom:import-node ((document document) (node entity-reference) deep)
(declare (ignore deep))
#+(or)
(import-node-internal 'entity-reference document node nil
:name (dom:name node))
;; XXX If the document being imported into provides a definition for
;; this entity name, its value is assigned.
(dom-error :NOT_SUPPORTED_ERR "not implemented"))
:name (dom:name node)))
(defmethod dom:import-node ((document document) (node notation) deep)
(import-node-internal 'notation document node deep