Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 B1
-
Fix Version/s: 1.0 B2
-
Component/s: Navigation Application, {Unused} Blog Application
-
Labels:None
-
Similar issues:
Description
RSS are supposed to be valid XML. The current velocity template just outputs the page content and sets the content type to xml.
This outputs invalid XML, with unknown entities (valid in html, but not in plain xml), not-well-formed xml, no XML declaration, etc.