← Prev in month
← Prev in thread
xsl/groff varlistentry/term
I want the synonymous options to be listed on separate lines,
like this:
-h
-help
Displays a help message ....
I tried
<xsl:template match="varlistentry/term">
<span class="term"><xsl:call-template name="anchor"/>
<xsl:apply-templates/>
</span>
</xsl:template>
(similar to
<xsl:template match="varlistentry/term">
<span class="term"><xsl:call-template name="anchor"/>
<xsl:apply-templates/><br/>
</span>
</xsl:template>
for XHTML), but I get
-h--help
Displays a help message ....
Please help!
--
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>
Are you smart enough to use Lisp?
← Prev in month
← Prev in thread