|
From: Chris L. <ch...@wi...> - 2002-05-05 10:06:17
|
John, I went thru this evening and updated the gnome-games omf files to be in the same format as the document you mentioned below (in the writing omf files doc). I ran your omftransform.xsl on it and the result was well not at all like the current gdp-example2-manual-C.omf and seem to omit some information in the <rights> tag I had from the original file. Which is correct, your format or the gdp-example2-manual-C.omf? Chris PS I noticed that the SK main page has fairly complete docs on how to get things setup correctly. On Sat, 2002-05-04 at 05:26, John Fleck wrote: > On Sat, May 04, 2002 at 02:26:56AM -0700, Chris Lyttle wrote: > > John, > > It seems to me in the quick test I did on this that the file produced is > > a start for the new format and quite a bit still has to be added, is > > that correct? > > > > Chris - > > If you have a "complete" old OMF file (see > http://scrollkeeper.sourceforge.net/documentation/writing_scrollkeeper_omf_files/ar01s06.html > for an example) then the resulting OMF file also will be complete, but > many of them are lacking elements which you'll have to add in > manually, yeah. > > > > > > PS It took me a bit of combing thru the SK mailing list to find the info > > I needed about how to put together a OMF system for the docs, perhaps we > > could use a 'HOWTO' for this sort of like what Sasha wrote for getting > > docbook xml to work? Any takers? > > > > That'd be great if someone has the time. > > John > > > On Mon, 2002-04-22 at 20:25, John Fleck wrote: > > > Folks - > > > > > > I've made an xsl stylesheet to convert old OMF files to the form > > > required by ScrollKeeper's new dtd. This is tested against some of my > > > old files, and also against Dan's "Complete OMF File" example (which > > > is of the old type): > > > > > > http://scrollkeeper.sourceforge.net/documentation/writing_scrollkeeper_omf_files/ar01s06.html > > > > > > Run this using xsltproc at the command line: > > > > > > [jfleck@jelloiii omfexamples]$ xsltproc omftransform.xsl complete.omf > testout.omf > > > > > > Then by all means, you should validate the resulting output: > > > > > > [jfleck@jelloiii omfexamples]$ xmllint --noout --dtdvalid /usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd testout.omf > > > > > > Suggestions welcome, as my xslt skills are modest at best. > > > |