« Return to Thread: hyphenate.verbatim.characters format for multiple characters?

hyphenate.verbatim.characters format for multiple characters?

by Paul Moloney :: Rate this Message:

Reply to Author | View in Thread

In my PDFs (docbook-xsl v1.72.0 + fop 0.93), <replaceable> elements containing long strings do not wrap; this is particularly noticeable in narrow table columns. So I attempted to specify a number of characters for the hyphenate.verbatim.characters parameter.

My first question is - does this affect <replaceable> text?

My second question is: each format I try gives an "unexpected token" error in fop. I've tried the following formats to specify space, comma and period as breaking characters:

    <xsl:param name="hyphenate.verbatim.characters" select="',',' ','.'"></xsl:param>
    <xsl:param name="hyphenate.verbatim.characters" select=", ."></xsl:param>

Could anyone give a working example of setting hyphenate.verbatim.characters?

Thanks,

P.

 « Return to Thread: hyphenate.verbatim.characters format for multiple characters?