View Single Post
  #23  
Old 07-18-2008, 06:17 AM
 
justy justy is offline
 

Advanced Member
  
Join Date: Feb 2008
Posts: 39
 

Default Re: Syndicate X-Cart news as RSS 2.0 Channel

For the news_feed.php, I'm getting these errors:

PHP Parse error: syntax error, unexpected T_SL in news_feed.php on line 62
PHP Parse error: syntax error, unexpected T_STRING in news_feed.php on line 64

They seem to happen at

Code:
$items_code .= <<<EX <item> <title>{$m['subject']}</title> <description><![CDATA[{$m['body']}]]></description> <link>$news_page_url</link> <guid isPermaLink="false">{$m['newsid']}@$news_page_url</guid> <pubDate>$pubDate</pubDate> </item> EX; }

Which is interesting, because Dreamweaver's syntax highlighting chokes on the <<<EX string as well.
__________________
---
x-cart 4.1.9
XC SEO 1.4

x-cart 4.2
Reply With Quote