|
Subject: translate one char to 2 or more chars From: Frederic Schwebel <schwebel@xxxxxxxxxxxxxxxxxxx> Date: Tue, 29 Feb 2000 17:47:09 +0100 (MET) |
Hi,
In French Math ASCII Braille, { should be translated with 2 chars : ¥
and ?
so I defined the entity
<!ENTITY accog "¥?">
and put later in my stylesheet
<xsl:value-of select="translate(.,'{','&accog;')" />
but both saxon and xt consider give me only the first char (#165;) for the
translated "{". (and if I put a char after { this char is translated into
? ).
I tried also to define
<!ENTITY accog "ꔿ">
but then saxon tells me "Output char not available in this encoding
(decimal 42303)" (iso-8859-1) and xt gives me mist.
Do I have to use the powerful but heavy "replace-string" template or is
there a way to achieve what I want with xsl:translate ?
Thanks a lot in advance.
Frederic SCHWEBEL
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: XSLT Testing, David_Marston | Thread | Re: translate one char to 2 or more, David Carlisle |
| XSLT Testing, Daniel Hinz | Date | RE: XSLT Testing, David_Marston |
| Month |