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.


-- 
View this message in context: 
http://www.nabble.com/hyphenate.verbatim.characters-format-for-multiple-characters--tf3294427.html#a9163861
Sent from the docbook apps mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to