#19 closed defect (bug) (invalid)
Atom generator creates extra attributes
| Reported by: | anonymousbugger | Owned by: | JasonV |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
Description
wp-atom.php writes incorrect attributes for summary xml tags.
Summary (and all content tags) generally contain XHTML and other namespaced XML text. wp-atom.php adds a 'mode=escaped' attribute to atom content tags. This attribute causes the atom feed to become invalid if it holds XML-formatted text. For more information and commentary, see:
http://www.joshuatompkins.us/archives/2004/06/wordpress-atom-syndication
Change History (8)
#5
@
22 years ago
- Resolution 10 → 70
- Status assigned → closed
The default implementation of our Atom template is perfectly valid out of the box. Problems with Textile should be directed towards Adam who maintains that plugin.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Awaiting some feedback, please do not make any changes to the CVS.