← Prev in month ← Prev in thread

xsl/groff varlistentry/term

From
Sam Steingold <>
Date
2003-05-23T15:23:58+00:00
ID
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/>&#10;
 </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