In my case i have to provide spaces between two table rows upto .5cm.how can i achieve it.
code::
I have used:
<fo:table-row space-before="0.5cm" keep-together.within-column="always">
but it doesn't work,but the same attribute i have used in table
<fo:table space-before="0.5cm" border="solid 0.1mm black">
here it works(in case of providibg space between two table) please let me know the solution