#6533: Syndication Framework: Item titles and descriptions double-escaped
------------------------------------+---------------------------------------
Reporter: miracle2k | Owner: jacob
Status: reopened | Milestone: 1.0
Component: RSS framework | Version: SVN
Resolution: | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 1 |
------------------------------------+---------------------------------------
Changes (by arty):
* status: closed => reopened
* resolution: wontfix =>
Comment:
Actually Atom has feature to fight exactly this issue: title element can
have attribute type="text|html|xhtml", which explicitly defines how much
escaping was applied to title. So adding type="xhtml" to title and double
escaping text in it should be the right and safe.
http://www.atomenabled.org/developers/syndication/atom-format-
spec.php#element.title
http://www.atomenabled.org/developers/syndication/atom-format-
spec.php#text.constructs
http://intertwingly.net/blog/2006/07/14/Another-Month#c1152903120
--
Ticket URL: <http://code.djangoproject.com/ticket/6533#comment:23>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---