[xsl] Apache FOP Border

Subject: [xsl] Apache FOP Border
From: "Dave Dran" <davedran@xxxxxxxxx>
Date: Mon, 18 Dec 2006 23:51:29 +0800
Hi!

I am really stuck. I cannot get the border appearing using Stylus
Studio option set to render vi Apache FOP.

I need the border appearing for each page.

Really appreciate any example or lead.

Thanks

Dave

<fo:layout-master-set>
<fo:simple-page-master master-name="default-page" page-height="11in"
page-width="8.5in" margin-left="0.6in" margin-right="0.6in">
<fo:region-body margin-top="0.79in" margin-bottom="0.79in"
border-bottom-style="solid" border-left-style="solid"
border-top-style="solid" border-right-style="solid"/>
</fo:simple-page-master>
</fo:layout-master-set>

Current Thread