Hi Yavuz,

seems to be missing in encoding.cpp:

-----
Bool Recoder::handledByExpat(const Str& enc) const
{
    return (enc.eqNoCase("UTF-8") ||
        enc.eqNoCase("UTF-16") ||
        enc.eqNoCase("ISO-8859-1") ||
        enc.eqNoCase("US-ASCII"));
}
-----

also mentioned in this file:

windows-1250
ISO-8859-2

Maybe it's not supported yet?

lars



quoting Yavuz (Mail vom Mittwoch, 13. Juni 2001, 11:40:47):


YS> i couldn't solve the problem about encoding.
YS> i think all the encodings libs or files ok on the server.
YS> but again the error message:

YS> [Sablotron] [2] Error: msgtype:error :: code:2 :: module:Sablotron ::
YS> URI:arg:/template :: line:1 :: msg:XML parser error 18: unknown encoding

YS> in which states this error exists...

YS> XML source
YS> <?xml version="1.0" encoding="iso-8859-9"?>
YS> <?xml-stylesheet href="test.xsl" type="text/xsl"?>
YS> ...
YS> ..


Reply via email to