Closed (fixed)
Project:
Syndication
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2007 at 08:34 UTC
Updated:
1 Jun 2008 at 02:58 UTC
I am unable to create RSS using views, I get the following error. I have a multisite configuration and I need to aggregate content from the mother portal to the other portals.
XML Parsing Error: xml declaration not at start of external entity
Location: http://www.mysite.com/my_view/feed
Line Number 3, Column 1:<?xml version="1.0" encoding="utf-8"?>
^
Thanks
Shyamala
Team Leader
Netlink Technologies Ltd.
Comments
Comment #1
hawkdrupal commentedI get the same error. Nothing fancy going on, not multi-site, just clicking Drupal's RSS icon in Firefox.
Instead of opening Drupal's RSs feed, it goes here:
file:///C:/Users/username/AppData/Local/Temp/rss-6.xml
The above page gives this error:
XML Parsing Error: xml declaration not at start of external entity
Location: file:///C:/Users/John/AppData/Local/Temp/rss-6.xml
Line Number 2, Column 1:<?xml version="1.0" encoding="utf-8"?>
^
Comment #2
aaron1234nz commentedFrom reading the above comments, it appears that this issue is not related to the syndication module, but to the views RSS module.