Remove SGML markup.
stripsgml
removes SGML markup tags from a file.
stripsgml
also
attempts to translate standard character entity references to ASCII.
stripsgml
is not very smart, and is intented for
simple SGML document instances.
stripsgml
is invoked from the Unix shell as follows:
% stripsgml [options] < sgmlfile > asciifile
The following are the list of options available:
-html
Cause URLs in anchor elements in an HTML document to be preserved in the output.
This program is part of the perlSGML package; see <URL:http://www.oac.uci.edu/indiv/ehood/perlSGML.html>