Modify ↓
#320 closed defect (invalid)
RSS feed for Timeline doesn't work
Reported by: | Gilles Vincent | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | timeline | Version: | 0.6.1 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (4)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Milestone: | 0.6.2 → 0.7 |
---|
comment:3 by , 21 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
The problem described was improper entity escaping (the '<' and '>' characters).
This was fixed in [439].
Note:
See TracTickets
for help on using tickets.
Problem is actually that the < and > characters aren't correctly escaped for XML.