Subject: Re: xsl:fo
From: "Nikolai Grigoriev" <grig@xxxxxxx>
Date: Tue, 21 Mar 2000 03:19:57 +0300
|
Rakesh Ajmera wrote:
> 1. I am wondering if there is any xml to pdf parsers avaiable which can
They are rather "formatters" or "renderers" than just parsers ;-)
> represent complex tables( tables inside a table etc.).
Ours can. See www.renderx.com/testcases.html - there is a whole section
on tables. Look at two examples marked as "cool" there - one of them
includes a nested table, and the other is a pretty complex table taken
from a real manual for an industrial burner ;-).
> 2. Is it possible to specify absolute position of a table in xsl, like
> draw a table at x-cord=1'' and y-cord=2''?
Yes: <fo:table absolute-position="absolute" left="1in" top="2in">
Regards,
Nikolai Grigoriev
RenderX
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|