Peter Saint-Andre <[EMAIL PROTECTED]> wrote on 26-2-2003 23:33:35:
>
>Correction! Thanks to some Apache rewrite magic, the permanent URL is:
>
>http://www.jabber.org/servers.xml
>
>That way we're not tied to PHP forever. :)

No xml header? And the encoding seems to be iso-8859-1 rather then UTF8 
(there's no special characters yet but apache sais it is). UTF-8 MUST 
be supported by XML parsers, while  iso-8859-1 is optional. 

I'd change the encoding to UTF-8 and add an XML header:

<?xml version='1.0' encoding="UTF-8"?>

-- 
Tijl Houtbeckers
Software Engineer @ Splendo
The Netherlands

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to