From: Alexandre P. <al...@pa...> - 2005-10-21 21:44:06
|
Hi, I think there are mistakes in some namespaces definition (file constants.ph= p ). 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. |