|
From: John F. <jf...@in...> - 2003-02-22 03:34:08
|
On Fri, 2003-02-21 at 08:11, Harnish, Joe wrote: > Hello, > > I am running into an issue where I get error messages about > ScrollKeeper not validating some documentation files. I was wondering > if there is a tool or a command that I can run against the offending > files to fix them or at least find out what their issues are. > Joe - Libxml2 comes with a command line utility you can use to validate xml docs against a dtd. It's called xmllint: [jfleck@jelloiii C]$ xmllint --noout --dtdvalid /usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd gnome-calculator-C.omf This validates gnome-calculator-C.omf against the scrollkeeper-omf.dtd, which is installed on my box in /usr/share/xml/scrollkeeper/dtds/. Zero output indicates it's valid, else you get error messages. Cheers, John -- John Fleck jf...@in... (h) jf...@ab... (w) http://www.inkstain.net http://www.abqjournal.com "Sometimes, a diner is all about the mac and cheese." - Zippy the Pinhead |