Re: text-transform

What about: the xpath function translate? Suppose you use a style sheet to 
transform your document to a XSLFO this could be a solution:

<xsl:value-of 
select="translate(.,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')">

This function does a character based 'replace'. Next Xpath version will 
probably support regular expressions...


Thiadmer


 

Received on Friday, 4 April 2003 01:49:28 UTC