Re: markup not well-formed?
Bob Foster <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
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/