[cxml-devel] Problem compiling current git version

David Lichteblau david at lichteblau.com
Tue May 20 19:04:03 UTC 2008


Quoting Ralf Mattes (rm at seid-online.de):
> CL-USER> (with-open-file (s "example.xml" :direction :output)
>     (write-string "<test a='b'><child/></test>" s))
> "<test a='b'><child/></test>"
> CL-USER> (cxml:parse-file "example.xml" (cxml-dom:make-dom-builder))
> 
> ---->
> Document not well-formed: Expected '!' or '?' after '<' in DTD.
> Context:
>   Line 1, column 2 in file://+/home/ralf/.emacs.d/example.xml
> 
>    [Condition of type WELL-FORMEDNESS-VIOLATION]

Sorry, I can't reproduce that with this file.

Is that an SBCL with unicode support?  Have you tried cleaning fasls and
restarting?  Which external format does SBCL use when creating the file?
(As you can tell, I'm running out of ideas...)


d.



More information about the cxml-devel mailing list