OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]