On Tue, 2009-11-17 at 14:24 +0100, Daniel Veillard wrote: > On Tue, Nov 17, 2009 at 01:33:44PM +0100, Murray Cumming wrote: > > Should I be able to validate an XML document (such as a .glade file) > > that has no DOCTYPE line, and therefore doesn't specify a DTD? > > > > When I try it with xmllint, I get this error > > validity error : Validation failed: no DTD found ! > > even when I have specified a local DTD with --dtdvalid. > > Works for me with the version from git head:
Thanks. I was actually using xmllint --valid --dtdvalid mydtd.dtd mydoc.xml So is --dtdvalid an alternative to --valid rather than a way of using --valid? -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
