View Single Post
Old 01-26-2005, 06:03 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

Done.
The only problem (and it's not working until we can find a way to fix this) it that io's httpd doesn't want to send xml...

Code:
<?php
header('Content-Type: text/xml'); 

echo "<?xml version='1.0' ?>\n\n";
echo "<text/>";
?>
This shows as text/xml when loaded in Apache2, but it's text/plain when loaded by io's httpd...
This seems to cause problems with rss readers, making them choke on the otherwise valid rss xml...
Mouton is offline   Reply With Quote