Am I correct in my assumption that the following XSL:FO:
<fo:block text-align="left" space-after.optimum="15pt">
9. This is a simple test of bidi-override.
<fo:bidi-override direction="ltr" unicode-bidi="bidi-override">This text
goes left to right.</fo:bidi-override>
<fo:bidi-override direction="rtl" unicode-bidi="bidi-override">This text
goes right to left.</fo:bidi-override>
</fo:block>
Should be rendered as:
9. This is a simple test of bidi-override. This text goes left to right.
.tfel ot thgir seog txet sihT
If not, what should it be rendered as? Reversed characters? The examples
I've found seem somewhat ambiguous. I'm happy to help make the code work
if I know what it's supposed to be doing.
Regards,
Richard