RE: [xsl] Character conversion in stylesheet

Subject: RE: [xsl] Character conversion in stylesheet
From: "Belkin, Alla" <abelkin@xxxxxxxxxxx>
Date: Thu, 1 Jul 2004 15:57:34 -0500
For now, I have to check if I do not have some of the extended characters (è is one of them). I should have non extended ASCII only as an output.
I am looking for something efficient in the stylesheet. If not, I will take the other approach.

Thank you, 

Alla Belkin 


-----Original Message-----
From: Deirdre Saoirse Moen [mailto:deirdre@xxxxxxxxxxx] 
Sent: Thursday, July 01, 2004 2:44 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Character conversion in stylesheet

On Thu, 1 Jul 2004, Belkin, Alla wrote:

> I have to check if I have some of the extended ASCII (UTF8) characters
> in the input XML file. So, I am using stylesheet for transformation
> XML input file to the different format of the XML file. Can I do
> something efficient to check for special characters in some of the
> fields in the input XML file and to convert those specific characters,
> (for example, è to e) in the output file?

Do you really want to brainwash the accented characters or are you having
trouble ensuring they're correctly encoded?

I discovered that Oxygen quite nicely reads in my Mac-formatted upper
ascii and saves it as UTF8. For that alone, I'll probably buy it. :)

-- 
_Deirdre                                             http://deirdre.net
"Memes are a hoax! Pass it on!"


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--


Current Thread