No, it's working correctly. The CSS spec (from which FO takes its
meaning for text-transform) is a little unclear. However, the meaning
was clarified by the CSS WG:
http://lists.w3.org/Archives/Public/xsl-editors/2005AprJun/0006.html

Keep in mind that the FO spec itself says that text-transform shouldn't
be used:
http://www.w3.org/TR/xsl/#text-transform
"XSL modifications to the CSS definition:
There are severe internationalization issues with the use of this
property. It has been retained for CSS compatibility, but its use is not
recommended in XSL."

It may be better to do this at the XSLT stage.

Jeremias Maerki



On 25.10.2007 01:49:42 Kamal Bhatt wrote:
> Hi,
> I have the following:
> 
> <fo:inline text-transform="capitalize">JOHN SMITH</fo:inline>
> 
> I expect this to render as "John Smith" based on this explanation:
> 
> http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-transform
> 
> However, this does not happen.
> 
> Is this a bug or am I misreading this functionality?
> 
> Cheers.
> 
> -- 
> Kamal Bhatt


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

Reply via email to