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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<html>
<head>
<title>stripsgml 1.0.0</title>
</head>
<body>
<!-- =================================================================== -->
<hr>
<h1>stripsgml</h1>
<p>Remove SGML markup.
</p>
<!-- =================================================================== -->
<hr>
<h2><a name="description">Description</a></h2>
<p><code>stripsgml</code> removes SGML markup tags from a file.
<code>stripsgml</code> also
attempts to translate standard character entity references to ASCII.
</p>
<!-- =================================================================== -->
<hr>
<h2><a name="usage">Usage</a></h2>
<p><code>stripsgml</code> is invoked from the Unix shell as follows:
</p>
<p><tt>% stripsgml </tt><var>[options]</var><tt> <
</tt><var>sgmlfile</var><tt> > </tt><var>asciifile</var>
</p>
<p>The following are the list of options available:
</p>
<dl>
<dt><a name="-help"><code>-help</code></a></dt>
<dd><p>Print out a terse description of all options available.
</p>
</dd>
<dt><a name="-html"><code>-html</code></a></dt>
<dd><p>Cause URLs in anchor elements in an HTML document to be
preserved in the output.</p>
</dd>
</dl>
<!-- =================================================================== -->
<!-- @(#) avail.mod 1.1 96/09/30 @(#)
-->
<hr>
<h2><a name="availability">Availability</a></h2>
<p>This program is part of the <em>perlSGML</em> package; see
<URL:<a href="http://www.oac.uci.edu/indiv/ehood/perlSGML.html"
>http://www.oac.uci.edu/indiv/ehood/perlSGML.html</a>>
</p>
<!-- @(#) author.mod 1.1 96/09/30 @(#)
-->
<hr>
<h2><a name="author">Author</a></h2>
<address>
<a href="http://www.oac.uci.edu/indiv/ehood/">Earl Hood</a>
<<a href="mailto:ehood@medusa.acs.uci.edu"
>ehood@medusa.acs.uci.edu</a>><br>
</address>
<!-- =================================================================== -->
<hr>
</body>
</html>
|