[relaxng-user] markup not well-formed?
Bob Foster
bob at objfac.com
Fri Feb 6 04:53:06 ICT 2004
Matthew Huggett wrote:
> Hi:
>
> I've just written my first relaxng schema. I wrote it in Emacs running
> the nxml mode. According to nxml, my schema is valid, but when I use
> Jing to validate a test xml doc, Jing complains that the markup
> declarations pointed to by the doctype declaration aren't well-formed.
> Which to believe?
> Thanks,
Both, probably. Sounds like you're trying to use a system id in a
DOCTYPE to point to a relaxng schema. That won't work. The DOCTYPE can
only point to DTDs.
Take out the DOCTYPE declaration, specify the document and the schema on
the Jing command line.
Bob Foster
http://xmlbuddy.com/
More information about the relaxng-user
mailing list