On Thu, Feb 13, 2003 at 10:15:07PM -0800, Manavendra Gupta wrote: > I should probably post this to docbook-apps mailing list, but I'm not sure if it >falls there. > I have the following written in XML spy, but it gives me the error: "This file is >not well-formed: <!ELEMENT expected."
[...] > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" > "c:\manav\docbook\dtd\docbookx.dtd" [ the only thing I would object to is that System identifier. It's a correct URI-Reference but it doesn't mean what you expect file:///c:/manav/docbook/dtd/docbookx.dtd would be a bit better, and http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd would be the Right Thing to have there. Daniel -- Daniel Veillard | Red Hat Network https://rhn.redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
