J.Pietschmann wrote:

> The problem is that
>   <fo:wrapper text-transform="capitalize">e<fo:wrapper
>        >x</fo:wrapper>tensible</fo:wrapper>
> 
> will create three FOText objects, holding "e", "x" and
> "tensible". With your algorithm it would probably capitalize
> to EXTensible. 
You right. I had feeling it's wrong place, but after testing on xep test 
suite decided all right.

> The other approach, doing text transformation
> as the text is added to a line, wont work either because of
> the current small-caps implementation (see FOText.addText()),
> and I'd rather keep small caps than text transformations.
That doesn't help either, they are 3 different chunks till LineArea's
addText() method and I have not enough courage to sink into this 400 
lines method, so... forget it. :)

-- 
Oleg Tkachenko
Multiconn International, Israel


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

Reply via email to