I have an RSS feed that I want in a pagelet.
http://studentaffairs.csun.edu/calendar/admin/Feed.php?CALID=39&TYPE=RSS&tags=Men%27s%20Basketball
The XML of this feed does not have an XML declaration. The transformation worked fine when I used visual studios to see it locally but in PeopleSoft it gives me an error.
Is the error because the XML declaration is missing?
Is there a work around for this?
I do not have access to change the layout of the RSS feed.
PeopleSoft error:
An error has occurred while trying to perform the XSL transformation.
This is because either:
The DataSource did not return valid XML or
The XSL for transformation is invalid.
UPDATE: I confirmed that the problem was the missing XML declaration. But is there a workaround for this?