debian man page for sgmlspl

Query: sgmlspl

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SGMLSPL(1)							      SGMLSPL								SGMLSPL(1)

NAME
sgmlspl - a simple post-processor for nsgmls
SYNOPSIS
sgmlspl spec file
DESCRIPTION
sgmlspl is a sample application to convert SGML documents to other formats by providing a specification file detailing exactly how to han- dle each element, external data entity, subdocument entity, CDATA string, record end, SDATA string, and processing instruction. To use sgmlspl, prepare a specification file containing regular perl5 code. If the SGML document were named doc.sgml, the sgmlspl specifi- cation file were named, spec.pl, and the name of the new file were doc.latex, then use the following command in a Unix shell to convert the SGML document: nsgmls doc.sgml | sgmlspl spec.pl > doc.latex sgmlspl will pass any additional arguments on to the specification file, which can then process them in the regular perl5 fashion.
SEE ALSO
/usr/share/doc/sgmls-doc/sgmlspl/sgmlspl.html sgmlspl documentation in HTML format /usr/share/doc/sgmls-doc/SGMLSpm/sgmls.html SGMLS documentation in HTML format nsgmls(1)
AUTHOR
Ardo van Rangelrooij <ardo@debian.org>
SGMLSPL
October 26, 1999 SGMLSPL(1)
Related Man Pages
docbook2texi-spec.pl(1) - redhat
sgml-spell-checker(1) - debian
sgml2xml(1) - debian
sgmlnorm(1) - debian
sgmls(3pm) - redhat
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?