utf8-dom fixes.
recoding nach utf-8 jetzt der default.
This commit is contained in:
@ -83,7 +83,7 @@
|
||||
|
||||
(defmethod sax:start-element
|
||||
((handler dom-builder) namespace-uri local-name qname attributes)
|
||||
(check-type qname rod)
|
||||
(check-type qname rod) ;catch recoder/builder mismatch
|
||||
(with-slots (document element-stack) handler
|
||||
(let* ((nsp sax:*namespace-processing*)
|
||||
(element (make-instance 'element
|
||||
|
||||
Reference in New Issue
Block a user