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


Reply via email to