<xsl:output method ... part is ok
but <?xml version="1.0" encoding="iso-8859-9"?> part is problem
because it finds iso-8859-9.enc file in
/usr/perl5/site_perl/5.005/sun4-solaris/XML/Parser/Encodings directory but
it says unknown encoding.

if there is no encoding file named iso-8859-9.enc it says Couldn't open
encmap iso8859-9.enc: No such file or directory

i hope i will solve this problem

-----Original Message-----
From: Petr Cimprich [mailto:[EMAIL PROTECTED]]
Sent: 29 Mayýs 2001 Salý 19:15 PM
To: Sablotron Mailing List
Subject: Re: [Sab] iso8859-9 output



Yavuz,

iconv on Solaris uses different names for iso encodings.
Something like <xsl:output method='html' encoding='ISO8859-9'/> should work.
Alternatively, you can create links to get portable stylesheets:

cd /usr/lib/iconv
ln -s ISO8859-9%???.so iso-8859-9%???.so (expand ??? :)

Petr

Yavuz SERT wrote:

> # pwd
> /usr/perl5/site_perl/5.005/sun4-solaris/XML/Parser/Encodings
> # ls
> big5.enc                iso-8859-4.enc          iso-8859-9.enc
> x-euc-jp-jisx0221.enc   x-sjis-jisx0221.enc
> euc-kr.enc              iso-8859-5.enc          Japanese_Encodings.msg
> x-euc-jp-unicode.enc    x-sjis-unicode.enc
> iso-8859-2.enc          iso-8859-7.enc          README
> x-sjis-cp932.enc
> iso-8859-3.enc          iso-8859-8.enc          windows-1250.enc
> x-sjis-jdk117.enc
>
> when i use windows-1250 i don't get any error but if i use iso-8859-9 i
get
> error.
>
> [AxKit] [Sablotron] [2] Error: msgtype:error :: code:2 :: module:Sablotron
> :: URI:arg:/xml_resource :: line:1 :: msg:XML parser error 18: unknown
> encoding
>
> /usr/perl5/site_perl/5.005/sun4-solaris/XML/Parser/Encodings directory has
> both two files!
>
> what can i do?
>
> -----Original Message-----
> From: George Goodyer [mailto:[EMAIL PROTECTED]]
> Sent: 28 Mayýs 2001 Pazartesi 12:43 PM
> To: Sablotron Mailing List
> Subject: Re: [Sab] iso8859-9 output
>
> Hi,
>
> I had a similar problem with the encoding set (iso-8859-8)
>
> I found the following done the trick .
> XML FILE :
> <?xml version="1.0" encoding="iso-8859-8"?>
> XSL FILE:
> <?xml version="1.0" encoding="iso-8859-8"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version="1.0">
>
> <xsl:output method="html" encoding="iso-8859-8"/>
>
> I also added a META TAG
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8"/>
>
> This might be useful , give it a bash
>
> Regs
> George
>
> Yavuz SERT wrote:
>
> > thanks for the answer
> >
> > i tried it but doesn't work
> >
> > <?xml version="1.0"?>
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> > version="1.0">
> > <xsl:output method='html' encoding='iso-8859-9'/>
> > <xsl:template match="/">
> >
> > maybe it is a problem with my fonts but there are *ISO8859-9* font files
> > under /usr/lib/iconv directory.
> > is there anything to try?
> >
> > yavuz
> >
> > -----Original Message-----
> > From: Jan Poslusny [mailto:[EMAIL PROTECTED]]
> > Sent: 28 Mayýs 2001 Pazartesi 11:40 AM
> > To: Sablotron Mailing List
> > Subject: Re: [Sab] iso8859-9 output
> >
> > Yavuz SERT wrote:
> >
> > > hi
> > >
> > > i'm using axkit with sablot.
> > > it is working but i want outputs in iso8859-9 character set. in the
> source
> > > of html, character set is UTF8, how can i change it to iso8859-9?
> > >
> > > thanks
> > >
> > > yavuz
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001
> > >
> >
> > hi,
> > set attribute encoding of <xsl:output>, like as attached example.
> >
> > pajout
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001

--
Petr Cimprich
Ginger Alliance
www.gingerall.com



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.251 / Virus Database: 124 - Release Date: 4.26.2001

Reply via email to