On 2 maja 2001 at 09:34:53
Petr Cimprich <[EMAIL PROTECTED]>
wrote:
>> How to make Sablot/PHP4 to output ISO-8859-2 instead of UTF-8? The
>> basic <xsl:output encoding="ISO-8859-2" method="html"/> does NOT work!
> You need iconv to be installed on your system (which one?) in order to be
> able output iso-8859-2. Iconv is a part of system libraries on most
> systems (e.g. Linux, Solaris) but must be installed separately on others
> (e.g. FreeBSD, Win).
But, I am using Windows 2000 workstation for my tests. Finally I want
to prepare scripts which will work both on NT4 Serv and Linux.
I found that there is iconv library with binary distribution of Gimp
for Win32. I installed Gimp but I still cannot use <xsl:output
encoding="ISO-8859-2" method="html"/>. Sablot receives: "Warning:
msgtype: warning in myfile.php on line 73", where the line is
xslt_process($xslData, $xmlData, $result)
Do you know how to make Sablot to show more usefull informations
instead "Warning: msgtype at line xxx", where xxx is always line with
xslt_process(...) function? I receive always _the same error message_
for every kind of syntax erros in XSL string. It would be great if I
could receive more detailed warnings.
--
Yarek