Hey guys,
I posted my query on fop-users, but not sure anyone received or it's the right place for it or not! Can anyone let me know. Here is my problem:
Here is the problem I'm facing while rendering it in FOP.
I've two rows, first one has 3 columns and the next has 2 columns. The text within these rows need to be flowed to the next column. Like for example: I've ABC as text, in this scenario I want the text to be arranged as A in column1, B in column2 and C in column3. The same thing for the second row.
I tried to arrange the text below, hope it's viewable:
----------------
| A | B | C |
----------------
| X | Y |
----------------
I also tried to set column-count in <fo:region-body> at page level, where i can set either to 2 or 3, which is not helpful.
Suggestions are highly appreciated.
Thanks.
Susant.
On 9/12/06, Pascal Sancho <[EMAIL PROTECTED]> wrote:
> -----Original Message-----
> From: Parameswaran [mailto: [EMAIL PROTECTED]]
> Sent: Tuesday, September 12, 2006 11:48 AM
>
> i am having two different XSL. say a.xsl and b.xsl
>
> both are running fine on issuing the following line of commands ...
>
> fop -xml Additional.xml -xsl a.xsl -pdf myform.pdf fop -xml
> Additional.xml -xsl b.xsl -pdf myform.pdf
>
> Then i tried included the a.xsl in b.xsl using "", then on
> running the below line fop -xml Additional.xml -xsl b.xsl
> -pdf myform.pdf
>
> The a.xsl is not executed. but since i included the a.xsl the
> expected behaviour should be having the both a.xsl and b.xsl
> giving the output to myform.pdf. Or i wronged somewhere>???
>
> Plz help me. My requirement is to include xsl to main xsl and
> by running the main xsl i should get the output.
Hi,
This sounds like a pure XSLT question, using xsl:import or xsl:include.
You should ask it here:
http://www.mulberrytech.com/xsl/xsl-list/index.html
However, more info is needed. You should post your XSLT files.
Pascal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
