[cxml-devel] Problem with parsing XMLTV file

David Lichteblau david at lichteblau.com
Fri Feb 17 13:31:34 UTC 2006


Hi,

Quoting Nicolas Lamirault (lam at 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



More information about the cxml-devel mailing list