sorry for disturbance. I want to print a word "c_sunil_folder1_folder2_folder3_folder4_folder5_folder6_suniltext.pdf" in a table cell using XSL FO but the length of word is so long and also can contains more than hundred characters in a word so it is not wrapping in a single column
Could any one suggest a solution if it is possible to wrap with in a column
<fo:table-cell xsl:use-attribute-sets="table.cell" border-top="none" keep-together.within-line="always">
<fo:block keep-together.within-line="always">
<fo:inline><xsl:value-of select="'c_sunil_folder1_folder2_folder3_folder4_folder5_folder6_suniltext.pdf'"/>
</fo:inline>
</fo:block>
.
.
.
Output: In the output we can see that text is overlapping in next column of table: