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

Subject: Re: XSL-FO side-region's border question
From: MURAKAMI Shinyu <murakami@xxxxxxxxxx>
Date: Mon, 16 Oct 2000 02:13:19 +0900
Thanks you Sebastian,

>Seems clear to me:
>
>  <note><p>"reference-orientation" is a rotation and does not influence
>  the <spot id="aj000035_10c"/>correspondence mapping.  </p> </note>
>
>(where the "mapping" talks about the meaning of `before', `after' etc)

No, my question is not about the correspondence mapping.  
i rewrite my first example using border-right instead of border-end:

 <fo:simple-page-master master-name="page-with-side-region">
  <fo:region-body margin="2cm"/>
  <fo:region-start extent="2cm" reference-orientation="90"
   border-right="thin solid 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-bottom instead of border-right.


~Murakami Shinyu


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


Current Thread