xsl-list
[Top] [All Lists]

Re: [xsl] Removing fo:table-footer borders

2008-02-20 01:18:19
If you're using Arbortext tools, check if Arbortext Styler is
available. While it's not free, you can either get a trial to get a
feel, or perhaps it was shipped with the rest of the products.
It's almost WYSIWIG and it can either save a proprietaly .styler or
XSL, it can also import existing XSL, so it seems worthy to take a
look.

Lech


On Feb 19, 2008 8:37 PM, Horace Burke <xmlmarkup(_at_)yahoo(_dot_)com> wrote:
Hi All,

Is it possible to prevent the borders in <fo:table-footer> from
displaying? I tried a variety of properties (border-style="none"
border-right="none" border-left="none" border-bottom="none"
border-top="none") and nothing seems to be able to remove the borders.

I am using Arbortext E3 for rendering.

Thanks in advance for you help!

Regards,
Horace Burke

<fo:table border-style="solid" border-width="1pt"
keep-with-previous.within-column="always">
   <fo:table-footer>
      <fo:table-row>
        <fo:table-cell>
           <fo:block>  SOME TEXT HERE!! </fo:block>
        </fo:table-cell>
      </fo:table-row>
   </fo:table-footer>
   <fo:table-body>
      <fo:table-row>
        <fo:table-cell border-style="solid" border-width="1.5pt"
border-bottom="1.5pt" border-left="1.5pt" border-right="1.5pt"
padding-top="2.5mm" padding-bottom="2.5mm" number-columns-spanned="7">
           <fo:block text-align="center" font-weight="bolder">
              <xsl:apply-templates select="title" mode="TitleFontSize14"/>
           </fo:block> <!--Section 9 Title-->
        </fo:table-cell>
      </fo:table-row>
   </fo:table-body>
.........
</fo:table>


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page.
http://www.yahoo.com/r/hs

--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>