This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bulgarian/cyrilic


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@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Francois Lachance
>Sent: 20 February 2000 16:48
>To: xsl-list@mulberrytech.com
>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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]