|
From: John F. <jf...@in...> - 2002-04-23 03:25:17
|
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. Cheers, John -- John Fleck jf...@in... (h) jf...@ab... (w) http://www.inkstain.net http://www.abqjournal.com "You don't want to die with the music still in you." - John Gardner |