- From: Thiadmer Sikkema <sikkema@grabowsky.com>
- Date: Fri, 4 Apr 2003 08:52:58 +0200
- To: www-xsl-fo@w3.org
Received on Friday, 4 April 2003 01:49:28 UTC
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