Subject: Re: xml
To: None <symka@netbsd.vejas.lt>
From: Mike M. Volokhov <mishka@apk.od.ua>
List: netbsd-docs
Date: 02/03/2004 11:05:17
On Tue, 03 Feb 2004 10:55:03 +0200
Simas Mockevicius <symka@netbsd.vejas.lt> wrote:

> Hi,
> 
> link: http://xmlsoft.org/encoding.html
> 
> I have readed this stuff, and now I can make from xml html, but symbols in 
> the generated html file looks something like that: &#382;
> it is not ok, I think, because in the generated html headers charset is 
> ISO-8859-1, and I need -13.
> maybe someone knows about this something?


	<xsl:output method="html" encoding="YOUR-ENCODING" indent="yes"/>

will produce good output for you (rather than UTF-8 by default).

--
Best wishes,
Mishka.