bulgarian/cyrilic

Subject: bulgarian/cyrilic
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Sun, 20 Feb 2000 20:24:41 -0000
Hi,
	Does anyone know the encoding I need to use Bulgarian or Cyrilic characters
in my xml/xsl? I tried encoding="UTF-8" but it spit the dummy.

TIA Chris

>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Francois Lachance
>Sent: 20 February 2000 16:48
>To: xsl-list@xxxxxxxxxxxxxxxx
>Subject: Re: variables and substring
>
>
>Thanks to David Carlisle for the why:>
>>
>>
>> '$N' is the string $N.  You want $N which is the value of the variable N
>>
>Thanks to Nikolai Grigoriev for the how:
>
>> Remove the quotation marks
>
>It works fine!
>
>... and opens a vista of transformation glory
>
><xsl:template name="many_many_thanks"/>
><xsl:variable name="N" select="string(Thanks again)"/>
><xsl:value-of select="substring-before($N,'again')"/>
><xsl:value-of select="substring-after($N,'Thanks ')"/>
><xsl:call-template name="many_many_thanks"/>
></xsl:template>
>
>--
>Francois Lachance
>Post-doctoral Fellow
>projet HYPERLISTES project
>http://www.humanities.mcmaster.ca/~hyplist/
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread