xsl-list
[Top] [All Lists]

XSL-FO double line border

2004-12-09 03:48:09
I am quite confused with border related tags
associated with XSL-FO. I want a double line border
and using following syntax:
<fo:simple-page-master master-name="contents" 
                                page-width="{$pagewidth}mm" page-height="210mm"
                                margin-top="0.5cm" margin-bottom="0.5in" 
                                 margin-left="1cm" margin-right="2cm">
                                 <fo:region-before extent="1cm"/>
                                 <fo:region-body margin-top="1cm" 
                                        margin-left="3cm" margin-right="3cm" 
                                        margin-bottom="1cm" 
background-color="rgb(226,
226, 226)" 
                                         border-color="rgb(64, 0, 64)"
border-top-style="double" border-after-style="double"
border-width="10pt" />
                                 <fo:region-after extent="1cm"/>
                                        
                        </fo:simple-page-master>

But nowhere I can see the double border.
Can anybody help me?

-Ranjan


                
__________________________________ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--