Hi Dave,
I'm not sure what you are describing here. There is no DocBook stylesheet param named
'text-align-last', so that is why it does not appear in the documentation. In the
XSL-FO standard, there is a formatting property of that name, and it is used to format
entries in a table of contents. Where did you see that name as a param?
Regarding ulink hyphens, it works for me in XEP. To what value did you set the other
required param, the 'ulink.hyphenate' param? I used ­
Regarding screenshot, that element is just a semantic container for a single
mediaobject. In FO output, it just adds an fo:block wrapper without any properties,
so any properties it gets would be inherited. If the fo:root has
text-align="justify", then that would be inherited by its container. But since there
is only one line object in the container, that line should be using text-align-last,
which defaults to 'start' when text-align="justify". So I can't see how there would
be an interaction. Are you seeing something odd?
Bob Stayton
Sagehill Enterprises
[email protected]
----- Original Message -----
From: "davep" <[email protected]>
To: "Docbook-apps" <[email protected]>
Sent: Monday, October 10, 2011 1:46 AM
Subject: [docbook-apps] fo output, docbook 5,
Two issues.
There is a param
<xsl:param name="text-align-last">left</xsl:param>
Not visible on http://docbook.sourceforge.net/release/xsl/1.76.1/doc/fo/
Tried setting
<xsl:param name="ulink.hyphenate.chars">/_&</xsl:param>
and I see no hyphenation on the / character, xep formatter.
I have hyphenate set to true.
Screenshot
Is there some interaction between text-align=justify and this?
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]