← Prev in month ← Prev in thread

xsl-stylesheets/manpages

From
Sam Steingold <>
Date
2003-05-12T17:47:40+00:00
ID
Thread
xsl-stylesheets/manpages
is anyone using xsl-stylesheets/manpages?
what I get there is quite ugly:
cmdsynopsis has just one line break:

clisp [-h] [--help] [--version] [--license] [-B lisp-lib-dir]
             [-K linking-set] [-M mem-file] [-m mem-size] [-s stack-size] [-t te
mp-dir] [-L language] [-N locale-dir] [-Edomain encoding] [-q] [--quiet] [--sile
nt] [-interactive-debug] [-repl] [-w] [-I] [-ansi] [-traditional] [-p package-na
me] [-C] [-v] [-verbose] [--verbose] [-norc] [-i init-file...] [-c [-l] lisp-fil
e [-o output-file]...] [-x expressions] [lisp-file [argument...]]

no TOC
refsection's are not marked as such


I also need the comments to be passed on as comments.
I have

<xsl:template match="comment()">  <!-- pass though comments! -->
 <xsl:comment><xsl:value-of select="."/></xsl:comment>
</xsl:template>

and it does work with HTML but not groff.
[BTW, I would really like to have a NL before and after a comment...]

thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat9 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
Bus error -- please leave by the rear door.
← Prev in month ← Prev in thread