Re: [docbook-apps] line breaking in programlistings

From
Thomas Schraitle <>
Date
2010-11-23T14:02:54+00:00
ID
177130645.485000.1290520963005.JavaMail.fmail@mwmweb026
Thread
Re: [docbook-apps] line breaking in programlistings
Hi,

>I  have following in my stylesheet:
> [...]
> <xsl:attribute name="hyphenation-character">&#x200B;_</xsl:attribute>

This looks wrong to me: I think, there is only one character allowed. Your
code looks like there are two characters available, the Zero Width Space and
an underscore. Maybe try to remove the underscore?


Tom