xsl:fo and tabstops

Hi All,

Could anyone help me with a problem of formatting tabstops with xsl:fo.
Consider for example the following XML:

<paragraph tabstops="2in 4in">
    <line>key1&#x9;value1&#x9;value2</line>
    <line>longerkey2&#x9;value3&#x9;value4</line>
</paragraph>

How to format this in xsl:fo so that values 1 and 3 and values 2 and 4 would
line up in same column as expected?

Thanks,
Mikko

Received on Thursday, 13 December 2001 15:19:21 UTC