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

Re: XSL-FO side-region's border question

Subject: Re: XSL-FO side-region's border question
From: MURAKAMI Shinyu <murakami@xxxxxxxxxx>
Date: Sun, 15 Oct 2000 13:50:30 +0900
region start extent
My mistake:
>  <fo:region-start extent="2cm" reference-orientation="90"
>                                border-end="thin solid blue"/>

"border-end" is not valid shorthand property in WD-xsl-20000327.
i rewrite this example:

 <fo:simple-page-master master-name="page-with-side-region">
  <fo:region-body margin="2cm"/>
  <fo:region-start extent="2cm" reference-orientation="90"
   border-end-width="thin" border-end-style="solid" border-end-color="blue"/>
 </fo:simple-page-master>

my question is: the reference-orientation="90" rotates
  only the side region's content,
or
  both the content and the border ?

if the latter is correct, i have to use border-after-* instead of border-end-*.

similar example,

 <fo:simple-page-master master-name="page-mixed-writing-mode"
     writing-mode="tb-rl">
  <fo:region-body margin="2cm"/>
  <fo:region-start extent="2cm" writing-mode="lr-tb"
   border-end-width="thin" border-end-style="solid" border-end-color="blue"/>
 </fo:simple-page-master>

in this case, the main writing-mode is "tb-rl" and only the regin-start 
(=region-"top") has "lr-tb" writing-mode. (not very special case in Japan)

I expected the writing-mode="lr-tb" only affects the content of region-start 
and the border of that region use the page's writing-mode "tb-rl".

>(maybe, i'm misunderstanding the [4.2.3 Geometric Definitions] 
>"...Thus the edges designated for the content-rectangle may not 
>correspond with the same-named edges on the padding-, border-, and 
>allocation-rectangles.")


It's very important for me, because i'm now programing an XSL-FO formatter 
supporting mixed-writing-mode. The information is:
http://www.antennahouse.com/xslformatter.html

(i'm an independent programer now working for that company.)

~Murakami Shinyu


 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.