[cxml-devel] BUG: the value of UTF8-DOM::QNAME is not of type UTF8-RUNES:ROD

David Lichteblau david at lichteblau.com
Sat Dec 30 18:12:08 UTC 2006


Quoting Eric Marsden (eric.marsden at free.fr):
> 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. 

Ah, Sorry.  I forgot to test XML parsing with the current patch for
Closure.

Please try (rune-dom:make-dom-builder) instead of (cxml-dom:make-dom-builder).

On Lisps without Unicode, these are different.  You'll get real runes
(like closure wants them) only when you explictly ask for them.



Thanks,
David



More information about the cxml-devel mailing list