DTC patch-dom

o translate-uri-equals: should work on all CL implementations, not
  just the Allegro CL because 'puri' is used for compatibility.
This commit is contained in:
dlichteblau
2007-06-16 09:52:15 +00:00
parent 5c597c9bce
commit 65269e5ff3

View File

@ -274,13 +274,6 @@
(with-attributes (|type|) element (with-attributes (|type|) element
`(equal ,|type| "text/xml"))) `(equal ,|type| "text/xml")))
#-allegro
(defun translate-uri-equals (element)
(declare (ignore element))
(warn "oops, assert-uri-equals needs Franz' URI package")
(throw 'give-up nil))
#+allegro
(defun translate-uri-equals (element) (defun translate-uri-equals (element)
(with-attributes (with-attributes
(|actual| (|actual|