[JDEV] public server list
Tijl Houtbeckers
thoutbeckers at splendo.com
Wed Feb 26 16:46:02 CST 2003
Peter Saint-Andre <stpeter at jabber.org> 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
More information about the JDev
mailing list