Yes. The script skel.pl, included in this package, is an sgmlspl specification which writes a specification (!!!). To use it under Unix, try something like
sgmls foo.sgml | sgmlspl skel.pl > foo-spec.pl
(presuming that there is a copy of skel.pl in the current directory or in a directory searched by perl5) to generate a new, blank template named foo-spec.pl.
David Megginson <dmeggins@aix1.uottawa.ca>