The path should be correct, so i doubts that's the problem, and the file is a valid rss feed:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>LinuxIntro.com</title>
<description>A great place to learn Linux! Featuring Video lessons, examples, and more</description>
<link>http://LinuxIntro.com/</link>
<language>en-us</language>
<webMaster>Alex-Grim@msn.com</webMaster>
<item>
<title>Dark Elysium's website's are down for a while</title>
<description>The both AlexGrim.com and GrimMusic.com are down for a while.</description>
<link>http://GrimMusic.com</link>
<guid isPermaLink="true">http://GrimMusic.com</guid>
</item>
<item>
<title>Register as an official Linux user!</title>
<description>If you use linux, you can add yourself to the registered user db.</description>
<link>http://counter.li.org</link>
<guid isPermaLink="true">http://counter.li.org</guid>
</item>
</channel>
</rss>
Here's my error:
Warning: SimpleXMLElement::__construct() [function.SimpleXMLElement---construct]: Entity: line 3: parser error : Start tag expected, '<' not found in /var/www/html/Alex/LinuxIntro/terminal/CreateContent2.php on line 12
Warning: SimpleXMLElement::__construct() [function.SimpleXMLElement---construct]: in /var/www/html/Alex/LinuxIntro/terminal/CreateContent2.php on line 12
Warning: SimpleXMLElement::__construct() [function.SimpleXMLElement---construct]: ^ in /var/www/html/Alex/LinuxIntro/terminal/CreateContent2.php on line 12
Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /var/www/html/Alex/LinuxIntro/terminal/CreateContent2.php:12 Stack trace: #0 /var/www/html/Alex/LinuxIntro/terminal/CreateContent2.php(12): SimpleXMLElement->__construct('??') #1 {main} thrown in /var/www/html/Alex/LinuxIntro/terminal/CreateContent2.php on line 12
Thanx in advance, i'd really like to fix this one.