Hi, I write because I have a problem with DTD validation. I can not parse the DTD The DTD I want to use is this: http://www.w3.org/TR/html4/strict.dtd
But this is what I get when evaluating: (cxml:parse-dtd-file "/home/marian/Escritorio/strict.dtd")
Document not well-formed: Expected :> saw :NMTOKEN ["--"] Context: Line 82, column 7 in file://+/home/marian/Escritorio/strict.dtd
[Condition of type CXML:WELL-FORMEDNESS-VIOLATION]
Does anyone know what may be wrong?
I'm using the git version of cxml on sbcl.
Thanks!
Mariano