Milan Brezovsky wrote: > I did that! And today, still last compiled: 22-08-02 > And that's where I found these errors:
The problem is, that your file doesn't start with XML declaration. XML declaration must be very first line of your file, e.g.: <?xml version="1.0" encoding="windows-1250"?> <!-- $Revision ... --> So you must toggle first 2 lines. But this is not all. You should use iso-8859-2 instead of windows-1250 encoding. This is because currently used build process uses Jade processor which is unable to recognize proper IANA encoding name for windows-1250. This problem doesn't occur with iso-8859-2. Jirka -- ----------------------------------------------------------------- Jirka Kosek e-mail: [EMAIL PROTECTED] http://www.kosek.cz -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php