Hi Deepthi, 

OK, I guess I misunderstood some basic requirements. I thought, you had 
text/image pairs. If you want to display your text first and your images later, 
I don't understand the right column/left column thing. If you have a list of 
texts for the left column and a list of images for the right column without a 
relation between texts and images, how do you know which text to place before 
and which text to place after any image?

For example, if your data looks like 
<text>aaa aaa aaa</text>
<text>bbb bbb bbb</text>
<text>ccc ccc ccc</text>

and

<image type="half">image1</image>
<image type="full">image2</image>

is the correct layout 

aaa aaa  +--------+
aaa      | image1 |
bbb bbb  |        |
bbb      +--------+
+-----------------+
|    image2       |
+-----------------+
ccc ccc
ccc

or

aaa aaa  +--------+
aaa      | image1 |
bbb bbb  |        |
bbb      |        |
ccc ccc  |        |
ccc      +--------+
+-----------------+
|    image2       |
+-----------------+

or

aaa aaa  +--------+
aaa      | image1 |
         +--------+
+-----------------+
|    image2       |
+-----------------+
bbb bbb
bbb
ccc ccc
ccc

Regards,
 
Georg Datterl
 
------ Kontakt ------
 
Georg Datterl
 
Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg
 
HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert 

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20
 
www.geneon.de
 
Weitere Mitglieder der Willmy MediaGroup:
 
IRS Integrated Realization Services GmbH:    www.irs-nbg.de 
Willmy PrintMedia GmbH:                            www.willmy.de
Willmy Consult & Content GmbH:                 www.willmycc.de 
-----Ursprüngliche Nachricht-----
Von: k deepthi [mailto:[email protected]] 
Gesendet: Mittwoch, 21. Oktober 2009 08:17
An: [email protected]
Betreff: Re: AW: AW: AW: Regarding XSL-Fo table columns display

Hi Georg,
The images will be in mixture of sizes not only one size. It should display 
both sizes in one table. And there is no relation between text Fos and images. 
We should display text Fos separately and after that display images containing 
both sizes coming right side to text.
 
Regards
Deepthi.

--- On Tue, 20/10/09, Georg Datterl <[email protected]> wrote:



        From: Georg Datterl <[email protected]>
        Subject: AW: AW: AW: Regarding XSL-Fo table columns display
        To: [email protected]
        Date: Tuesday, 20 October, 2009, 5:47 PM
        
        
        Hi Deepthi, 
        
        I should charge for that. 
        
        > > What do you mean when you say templates? The fo code for left and 
right column?
        > The text and image contents will come from separate 
<xsl:call-template>s within the same xsl file. 
        
        I don't think so. I'd guess the text and image CONTENTS will come from 
the XML files. Otherwise, what's in your XML files?
        
        > And for text when traversing the xml file i get text strings with 
html content and will change to fo string to display in pdf as left column. 
        > ---<row><cell>text</cell><cell><image/></cell></row> this is the 
approach presently we are following.
        > <row><cell 
colspan=2><image></cell></row><row><cell>text</cell></row>. This approach will 
display the images first and text at last. 
        
        Right.
        
        > But the requirement is to display them side by side and when 
        > full image comes in the middle it should occupy the whole 
        > page overflowing the text column to other page 
        
        You either have text with a full image or text with a half image, 
right? So if you get a half image, you display them side by side ("present 
apporach"), if you get a full image, you display the image first and the text 
afterwards (second approach). 
        
        > and displaying half images on right side.
        
        I don't understand. Either you have a full image or a half image. If 
you have a full image which needs the whole page, there's no half image anyway 
which would want to go to the right column. Right?
        
        Regards,
        
        Georg Datterl
        
        ------ Kontakt ------
        
        Georg Datterl
        
        Geneon media solutions gmbh
        Gutenstetter Straße 8a
        90449 Nürnberg
        
        HRB Nürnberg: 17193
        Geschäftsführer: Yong-Harry Steiert 
        
        Tel.: 0911/36 78 88 - 26
        Fax: 0911/36 78 88 - 20
        
        www.geneon.de
        
        Weitere Mitglieder der Willmy MediaGroup:
        
        IRS Integrated Realization Services GmbH:    www.irs-nbg.de 
        Willmy PrintMedia GmbH:                            www.willmy.de
        Willmy Consult & Content GmbH:                 www.willmycc.de 
        
        ---------------------------------------------------------------------
        To unsubscribe, e-mail: [email protected] 
<http://in.mc87.mail.yahoo.com/mc/[email protected]>
 
        For additional commands, e-mail: [email protected] 
<http://in.mc87.mail.yahoo.com/mc/[email protected]>
 
        
        


________________________________

Try the new Yahoo! India Homepage. Click here 
<http://in.rd.yahoo.com/tagline_metro_1/*http://in.yahoo.com/trynew> .

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to