xsl-list
[Top] [All Lists]

Re: xsl fo padding-left issue

2003-06-17 11:24:09
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(_at_)yahoo(_dot_)de> 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



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