GNOME Bugzilla – Bug 86577
Invalid omf file
Last modified: 2004-12-22 21:47:04 UTC
The omf file in the Galeon docs doesn't validate against the omf DTD, causing scrollkeeper-0.3.10 to complain loadly. The following patch fixes, but I'm sure that the information that I added could be filled out
Created attachment 9476 [details] [review] Patching fixing omf file
I think you missed <relation seriesid="..."/> from the patch, at least for me xmllint complains if it's missing. Attaching new patch against CVS HEAD. To get the seriesid I simply run scrollkeeper-gen-seriesid. You can check the validity of the omf-file if you (temporarily) add the following lines in it and run 'xmllint --valid galeon-C.omf' For some reason I wasn't able to define the DTD on xmllint command line. <!DOCTYPE omf PUBLIC "-//Open Source Metadata Framework (OMF) //DTD OMF.dtd V1.1//EN" "/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd">
Created attachment 9519 [details] [review] Patch against CVS HEAD.
2002-08-29 Yanko Kaneti <yaneti@declera.com> * C/galeon-manual-C.omf: Update to validate against the omf dtd. Patch from Owen Taylor <otaylor@redhat.com> and Tommi Komulainen <tommi.komulainen@iki.fi>. bug #86577. Thanks.
*** Bug 92120 has been marked as a duplicate of this bug. ***