Abhijit Junnare wrote:
I looked through the FOP documentation and it says
that the text-transform property is NOT yet
implemented in FOP. I am wondering if there is any
chance that this will be implemented in FOP and if yes
how long would it take.
The spec itself recommends against using this feature. Uppercasing
arbitrary Unicode letters is a quite non-trivial task.
I tried writing a template to convert to capital
letters but it doesnt work the way I need coz I am
setting the attribute in the parent and I need its
children to inherit it irrespective of the level of
depth. Hence I cant pass a specific string to the
conversion template.
Ouch! Pass a mode or a parameter to templates applying to
the child element, and do a translate(.,$lower,$upper)
in th ecorrespondinggly moded template matching text(),
or if the text() template senses the parameter.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]