[xsl] xsl fo:block rendering issue

Subject: [xsl] xsl fo:block rendering issue
From: Mark Ivs <markivs2003@xxxxxxxxx>
Date: Wed, 11 Jun 2003 11:18:28 -0700 (PDT)
I have 2 fo:block elements inside my table cell and I
want those to render one after the other.

Example:
<fo:table-cell>
<fo:block>aaa</fo:block><fo:block>bbb</fo:block>
</fo:table-cell>

Desired output:
aaabbb

But the output I am seeing:
aaa
bbb

'bbb' goes to the next line. The table cell has enough
width to hold both side by side. So I am not sure
what's causing it to render 'bbb' in the next line.

Any help will be appreciated.

Thanks.
Mark

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread