On Dec 22, 2005, at 20:12, Andreas L Delmelle wrote:

<snip />
If you interpret the Rec very strictly (and use default values for white-space-treatment, linefeed-treatment and white-space-collapse):

<fo:inline>abc</fo:inline>

should actually map to

<fo:inline>
  <fo:character character="a" />
  <fo:character character="b" />
  <fo:character character="c" />
</fo:inline>

Errm.. to err is human. The latter should, IIC, actually be rendered the same as:

<fo:inline> a b c </fo:inline>


Cheers,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to