[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] table-cell dosent wrap


Subject: Re: [xsl] table-cell dosent wrap
From: Mukul Gandhi <mukulgw3@xxxxxxxxx>
Date: Sun, 2 Nov 2003 20:29:02 -0800 (PST)

Hi Aananth,
The following XSL-FO syntax works.. 

But I am getting error "[ERROR]At least one of
minimum, optimum, or maximum IPD must be specified on
table" . I don't know the meaning of this error , 

but *the PDF is getting generated successfully*..

<fo:table>
   <fo:table-column column-number="1"
column-width="proportional-column-width(2)" />
   <fo:table-column column-number="2"
column-width="proportional-column-width(3)" />
     <fo:table-body>
	<fo:table-row>
	   <fo:table-cell>
	     <fo:block hyphenate="true" language="en">
		<!--data -->
             </fo:block>
	   </fo:table-cell>
	   <fo:table-cell>
	     <fo:block hyphenate="true" language="en">
		<!--data -->
             </fo:block>
	   </fo:table-cell>
	</fo:table-row>			
    </fo:table-body>
</fo:table>

Regards,
Mukul


--- "Aananth.S" <aananth.solaiyappan@xxxxxxxxxx>
wrote:
> Hi,
> 
>   I have a table with 2 columns(40% and 60%).
> In a row, if the text in the left column dosent fit
> within the width, 
> then the text wraps but the right columns get
> automatically added with a 
> empty row.how do i prevent this?i have set the
> *wrap-option* property of 
> the block within this cell to *wrap*.Is there
> something else i need to do?
> 
> TIA
> aananth
> 
> -- 
> <?xmlversion="1.0"?>
> <Signature>
>   <fname>aananth</fname>
>   <lname>solaiyappan</lname>
>   <position>ApplicationsEngineer</position>
>   <contactinfo>
>     <mail>aananth.solaiyappan@xxxxxxxxxx</mail>
>     <phone>
>       <office>+91-80-5108-4014</office>
>       <cell>+91-80-3187-1944</cell>
>     </phone>
>   </contacinfo>
>   <slogan>
>   Don't tell GOD how big your storm is.
>   Tell the storm how big your GOD is!
>   </slogan>
> </Signature>
> 
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread