Peter,
> <xsl:value-of select='translate(., "{Unicode_Encoding}",
> "{FontXYZ_Encoding}")'/>
This should be
<xsl:value-of select='translate(., $Unicode_Encoding, $FontXYZ_Encoding)'/>
You see: $ instead of curly braces and quotes.
Cheers,
Oliver
/-------------------------------------------------------------------\
| ob|do Dipl.Inf. Oliver Becker |
| --+-- E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx |
| op|qo WWW: http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|