← Prev in month ← Prev in thread

Re: [docbook-apps] xsl:text and "\fB" results in \efB in manpageoutput

From
Paul DuBois <>
Date
2007-03-19T23:41:23+00:00
ID
Thread
Re: [docbook-apps] xsl:text and "\fB" results in \efB in manpageoutput
Daniel Leidert wrote:
> Hi,
> 
> If I use e.g.
> 
> <xsl:template match="literal">
>   <xsl:text>\fB</xsl:text>
>   <xsl:apply-templates/>
>   <xsl:text>\fR</xsl:text>
> </xsl:template>
> 
> in the customization layer for a manpage XSLT stylesheet, I get an
> output of:
> 
> \efB...\efR
> 
> I'm wondering, what is so different to using
> 
> <xsl:template match="literal">
>   <xsl:apply-templates mode="bold" select="."/>
> </xsl:template>
> 
> which results in \fB...\fR? I can reproduce this issue with the latest
> release, but not with the latest snapshot. I'm wondering, what's causing
> this (different) behaviour? Can someone point me into the right
> direction?

Which difference are you referring to? The difference between releases?

Or the difference between the output from your two examples? (The
output for both looks reasonable to me.)
← Prev in month ← Prev in thread