![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Wrap table column content [Thread Next] Re: Wrap table column contentTo: NULL Date: 10/2/2004 5:36:00 AM Finally i solved the problem by inserting zero width white spaces at regular intervals. Thanks to FOP mailing list..! <xsl:call-template name="text_wrapper"> <xsl:with-param name="Text" select="$myString"/> </xsl:call-template> ===Templates used to do the task. <xsl:template name="text_wrapper"> <xsl:param name="Text"/> <xsl:choose> <xsl:when test="string-length($Text)"> <xsl:value-of select="substring($Text,1,25)"/> ​ <xsl:call-template name="wrapper_helper"> <xsl:with-param name="Text" select="substring($Text,26)"/> </xsl:call-template> </xsl:when> </xsl:choose> </xsl:template> <xsl:template name="wrapper_helper"> <xsl:param name="Text"/> <xsl:value-of select="substring($Text,1,25)"/> ​ <xsl:call-template name="text_wrapper"> <xsl:with-param name="Text" select="substring($Text,26)"/> </xsl:call-template> </xsl:template> rampaadh@y... (Guru) wrote in message news:<ab9532c9.0409300001.66ecb5d4@p...>... > Hi, > > I am using FOP for creating pdf. > I am having a table which has 14 columns. > And each column contents may contain any > number of chars. > > My problem is : > When the text is having no spaces in between like > "thisisalongwordandcouldnotbewrapped", it is overlapping > another column. How to wrap the text with in the cell.?? > > I used wrap-option="wrap" overflow="auto", but no luck. > Is there any solutions for this? > > Guru. | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
