20 May
2008
20 May
'08
7:04 p.m.
Quoting Ralf Mattes (rm@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.