Re: Convert to uppercase

2002-11-08 Thread Marko Petersen
Hi, I transformed some text to upper-case using variables and the transform() funcion. Maybe there is an easier way to do this, but this should work. The following is an example how to do this. Marko example.xml: Hello example.xsl: http://www.w3.org/1999/XSL/Transform";> At 14:12 08.11

Re: Convert to uppercase

2002-11-08 Thread J.Pietschmann
Evraire, Jonathan wrote: Hi, since text-transform="uppercase" doesn't appear to work under FOP, does anyone know of a way I can convert my text to all-upper case letters? Do it in XSLT: If you have to use this repeatedly, use variables for the upper and lower character strings. J.Pietschmann