Subject: Re: xsl fo padding-left issue
From: Mark Ivs <markivs2003@xxxxxxxxx>
Date: Tue, 17 Jun 2003 11:24:09 -0700 (PDT)
|
Sorry, I didn't provide you the correct info.
I am using apache processor.
I also figured a solution to my problem:
This dose not work:
<fo:block padding-left="30pt">
Header
</fo:block>
This works:
<fo:block margin-left="0pt" padding-left="30pt">
Header
</fo:block>
Don't know why having margin-left makes it work.
Thanks.
Mark
--- "J.Pietschmann" <j3322ptm@xxxxxxxx> wrote:
> Mark Ivs wrote:
> > I am using Saxon.
>
> That's an XSLT processor. I mean which processor do
> you use
> to process the FO resulting after the XSLT step, and
> what is
> the output format?
>
> J.Pietschmann
>
>
>
> XSL-List info and archive:
> http://www.mulberrytech.com/xsl/xsl-list
>
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|