I would like to use the attribute hyphenate="true"
on my tag <subtitle>
, and set hyphenation="false"
on the <italic>
elements it may contain. The problem is that I can use the hyphenation only on fo:block
and fo:character
. Could someone give me an advice?
This is an example of my xml:
<subtitle type="subtitles">
Some text that should have the hyphenation true
(<italic>This one shoud have the hyphenation false</italic>).
</subtitle>