The xobjex call is benign.  Osmarender is attempting to get the current date using a date service provided by xobjex but this doesn't appear to work for some xsl processors.  All its used for is to put the year into a copyright notice so its not going to cause any problem here.
<br><br>The namespace error is probably caused by one of the pre-processors in the stack not passing through the xmlns attribute on the <osm> element.<br><br>The <osm> element from osmxapi should looks something like this:
<br><osm version='0.5' generator='osmxapi: OSM Extended API' xmlns:osmxapi='<a href="http://www.informationfreeway.org/osmxapi/0.5">http://www.informationfreeway.org/osmxapi/0.5</a>' osmxapi:uri=/api/0.5/way[elephant=*]' osmxapi:planetDate='20071118' osmxapi:copyright='2007 OpenStreetMap contributors'>
<br><br>From the error message below I'd say that close-areas is probably the first place to look.<br><br>80n<br><br><div class="gmail_quote">On Nov 19, 2007 12:47 AM, Brent Easton <<a href="mailto:b.easton@exemail.com.au">
b.easton@exemail.com.au</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">When processing lowzoom tiles, I am getting thousands of these errors:
<br><br>data-3380-close-areas.osm:6613: namespace error : Namespace prefix osmxapi for users on node is not defined<br>149.1366727' user='mtrax' osmxapi:users='mtrax' timestamp='2007-10-31T12:38:31Z'
<br><br>and one of these for each zoom level:<br><br>I/O error : Attempt to load network entity <a href="http://xobjex.com/service/date.xsl" target="_blank">http://xobjex.com/service/date.xsl</a><br>warning: failed to load external entity "
<a href="http://xobjex.com/service/date.xsl" target="_blank">http://xobjex.com/service/date.xsl</a>"<br><br>Neither appear to be causing any problems though.<br><br>Regards,<br>Brent.<br><br><br>____________________________________________________________
<br>Brent Easton<br>Analyst/Programmer<br>University of Western Sydney<br>Email: <a href="mailto:b.easton@uws.edu.au">b.easton@uws.edu.au</a><br><br><br>_______________________________________________<br>Tilesathome mailing list
<br><a href="mailto:Tilesathome@openstreetmap.org">Tilesathome@openstreetmap.org</a><br><a href="http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome" target="_blank">http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
</a><br></blockquote></div><br>