Hi,
Quoting Nicolas Lamirault (lam@tuxfamily.org):
CL-USER> (cxml:parse-file "/home/nicolas/src/cl-freetv/var/xmltv.xml" (cxml-dom:make-dom-builder) :validate t)
and i have this error :
Document not valid: (03) Element Valid: title
[...]
so i try without validate argument :
CL-USER> (cxml:parse-file "/home/nicolas/src/cl-freetv/var/xmltv.xml" (cxml-dom:make-dom-builder))
and the error :
Document not well-formed: Bad nesting. "category" / (:ETAG "programme")
I cannot reproduce these errors with the file you made available for download. I've tried SBCL with and without Unicode as well as an older cxml on Allegro. All fine.
Did you put up the exact same file you tried this with?
Regards, David