[cxml-devel] BUG: the value of UTF8-DOM::QNAME is not of type UTF8-RUNES:ROD
Eric Marsden
eric.marsden at free.fr
Sat Dec 30 17:36:46 UTC 2006
Hi,
Using CXML from CVS on SBCL, calling the following function on the
attached file leads to an error "The value of UTF8-DOM::QNAME is #(111
102 102 105 99 101 58 99 111 108 ...), which is not of type
UTF8-RUNES:ROD.". Without the ":recode nil" it parses the file.
(defun foo (filename)
(with-open-file (in filename :direction :input
:element-type '(unsigned-byte 8))
(cxml:parse-stream in (cxml-dom:make-dom-builder) :recode nil)))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bar.xml
Type: application/xml
Size: 994 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cxml-devel/attachments/20061230/a82504df/attachment.xml>
-------------- next part --------------
--
Eric Marsden
More information about the cxml-devel
mailing list