Re: [docbook-apps] xsl/groff option argument is listed with the description

From
Tim Waugh <>
Date
2003-05-23T16:48:06+00:00
ID
Thread
Re: [docbook-apps] xsl/groff option argument is listed with the description
On Fri, May 23, 2003 at 12:40:02PM -0400, Sam Steingold wrote:

> Indeed. the reason for this error is my own XSL customization:
> 
> <xsl:template match="varlistentry/term">
>  <span class="term"><xsl:call-template name="anchor"/>
>   <xsl:apply-templates/>&#10;
>  </span>
> </xsl:template>

I'm a bit confused: are you trying to get XHTML output or groff
output?

Actually I'm not even sure how you'd get the output you want in groff.

Tim.
*/