You're right, Alex. Good catch!
Cheers,
Richard
On 21 Oct 2005, at 23:43, Alexandre Passant wrote:
> Hi,
>
> I think there are mistakes in some namespaces definition (file
> constants.php).
>
> define('FOAF_NS', 'http://xmlns.com/foaf/0.1/#'); define('RSS_NS',
> 'http://purl.org/rss/1.0/#');
>
> should be replaced by
>
> define('FOAF_NS', 'http://xmlns.com/foaf/0.1/'); define('RSS_NS',
> 'http://purl.org/rss/1.0/');
>
> Cheers
>
> Alex.
|