.TH xmltoman 1 User Manuals .SH NAME xmltoman \- xml to man converter .SH SYNOPSIS \fBxmltoman \fIfile.1.xml\fB > file.1 \f1 .SH DESCRIPTION xmltoman is a small script to convert xml to a man page in groff format. It features the usual man page items such a description, options, see also etc. The xml format also supports converting to html pages. You will find the dtd in \fI/usr/share/xmltoman/\f1 on a debian system. There is also an xsl file to generate html using \fBxsltproc(1)\f1. See also \fI/usr/share/doc/xmltoman/examples\f1 for examples. .SH FILES \fI/usr/share/xmltoman/xmltoman.dtd\f1 the DTD file. \fI/usr/share/xmltoman/xmltoman.xsl\f1 XSLT stylesheet to generate html. \fI/usr/share/xmltoman/xmltoman.css\f1 stylesheet to be used for HTML. .SH AUTHOR xmltoman was written by Oliver Kurth .SH SEE ALSO \fBxmlmantohtml(1)\f1 .SH COMMENTS This man page was written using \fBxmltoman(1)\f1 by the same author.