File: skel.html

package info (click to toggle)
libsgmls-perl 1.03ii-38
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 900 kB
  • sloc: perl: 1,387; lisp: 262; makefile: 130
file content (29 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<HTML>
<HEAD>
<TITLE>Is there an easier way to make specification files?</TITLE>
</HEAD>
<BODY>

<P><B>Links</B>: <A HREF=forward.html>Next</A> <A HREF=outputex.html>Previous</A> <A HREF=sgmlspl.html>Up</A> <A HREF=sgmlspl.html>Top</A></P>

<H1>Is there an easier way to make specification files?</H1>

<P>Yes.  The script <TT>skel.pl</TT>, included in this
package, is an <A HREF=sgmlspl.html><TT>sgmlspl</TT></A> specification which writes a specification
(!!!).  To use it under Unix, try something like</P>

<P>
<PRE>sgmls foo.sgml | sgmlspl skel.pl > foo-spec.pl</PRE>
</P>
<P>(presuming that there is a copy of <TT>skel.pl</TT>
in the current directory or in a directory searched by <A HREF="http://www.metronet.com/0/perlinfo/perl5/manual/perl.html"><TT>perl5</TT></A>) to
generate a new, blank template named
<TT>foo-spec.pl</TT>.</P>


<P><B>Links</B>: <A HREF=forward.html>Next</A> <A HREF=outputex.html>Previous</A> <A HREF=sgmlspl.html>Up</A> <A HREF=sgmlspl.html>Top</A></P>


<ADDRESS>David Megginson <A HREF="mailto:dmeggins@aix1.uottawa.ca">&lt;dmeggins@aix1.uottawa.ca&gt;</A></ADDRESS>
</BODY>
</HTML>