Ticket #320 (closed defect: invalid)
Opened 8 years ago
Last modified 8 years ago
RSS feed for Timeline doesn't work
| Reported by: | Gilles Vincent | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.7 |
| Component: | timeline | Version: | 0.6.1 |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
It isn't well formatted . Here is The error I obtain :
{{
XML Parsing Error: not well-formed
Location: http://projects.edgewall.com/trac/timeline/?daysback=90&max=50&format=rss
Line Number 438, Column 47: <author>Nicolas Girard <nicolas.girard@…></author>
}}
The error seems to be produced by the '@' character.
To reproduce, go to http://projects.edgewall.com/trac/timeline/?daysback=90&max=50&format=rss
Attachments
Change History
comment:1 Changed 8 years ago by anonymous
comment:2 Changed 8 years ago by daniel
- Milestone changed from 0.6.2 to 0.7
comment:3 Changed 8 years ago by daniel
- Resolution set to invalid
- Status changed from new to closed
The problem described was improper entity escaping (the '<' and '>' characters).
This was fixed in [439].



Problem is actually that the < and > characters aren't correctly escaped for XML.