[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Bi-Di Algorithm Control

Subject: Re: Bi-Di Algorithm Control
From: Tony Graham <Tony.Graham@xxxxxxx>
Date: Tue, 22 Oct 2002 22:42:15 +0100
rtl stylus studio
W. Eliot Kimber wrote at 22 Oct 2002 12:13:09 -0500:
 > Here is an instance that produces the correct result using XSL Formatter:
 > 
 > <fo:block>
 >    <fo:bidi-override unicode-bidi="embed" direction="rtl"
 >    >惺Ù,FX塤,TX§ English1 1a English2</fo:bidi-override>
 >    <fo:leader leader-length="1em" leader-pattern="space"
 >    /><fo:page-number-citation ref-id="bcdfr234566"/>
 > </fo:block>

This should also work:

   <fo:block>
      惺Ù,FX塤,TX§ English1 1a English2
      <fo:bidi-override unicode-bidi="embed" direction="rtl"
      ><fo:leader leader-length="1em" leader-pattern="space"
      /><fo:page-number-citation ref-id="bcdfr234566"/></fo:bidi-override>
   </fo:block>

assuming that XSL Formatter handles <fo:page-number-citation/>
correctly for the text direction.

As should this:

   <fo:block>
      惺Ù,FX塤,TX§ English1 1a English2
      &#x200F;
      <fo:leader leader-length="1em" leader-pattern="space"
      /><fo:page-number-citation ref-id="bcdfr234566"/>
   </fo:block>

even though it's what I recommend against using.

Regards,


Tony Graham
------------------------------------------------------------------------
XML Technology Center - Dublin                mailto:tony.graham@xxxxxxx
Sun Microsystems Ireland Ltd                       Phone: +353 1 8199708
Hamilton House, East Point Business Park, Dublin 3            x(70)19708

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.