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:
@ -274,13 +274,6 @@
|
||||
(with-attributes (|type|) element
|
||||
`(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)
|
||||
(with-attributes
|
||||
(|actual|
|
||||
|
||||
Reference in New Issue
Block a user