> John Wyman wrote:
> 
> I need to produce all capital output from possibly mixed input text, and the
> text-transform="uppercase" seems to generate a not supported warning, this
> used to work in .12, am I doing something wrong ?

Are you really sure that it worked with FOP 0.12 ?
It is not supported in current FOP.

I actually have running code for text-transform, it just needs a bit cleanup
and testing (read: I need some time...)

Or you can use XSLT for this:  translate(text,'abcd','ABCD')

> John H. Wyman


Christian

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

Reply via email to