>>>>> "MB" == Michail Bikoulis <[EMAIL PROTECTED]> writes:
MB> Well, you can always use the translate() function in XSLT to substitute
MB> spaces with dots. You can see examples at
MB> http://www.zvon.org/HTMLonly/XSLTutorial/Books/Book1/index.html
no, i don't need the spaces be replaced with dots, it's too simple.
i need, something like
<fo:table>
<fo:table-column width="20mm"/>
<fo:table-column width="20mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block text-align="start">name</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block text-align="end">value</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-body>
</fo:table>
and get in pdf-output the table
name...........value
so, i don't now how many dots will be, it's depends on the column width
and the width of the text in that colimn
--
ivan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]