Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24701


Ignore:
Timestamp:
07/07/2013 02:44:23 AM (12 years ago)
Author:
SergeyBiryukov
Comment:

Duplicate of #19998.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24701

    • Property Status changed from new to closed
    • Property Component changed from General to Feeds
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • Ticket #24701 – Description

    initial v1  
    1 Discovered at http://ilaba.wordpress.com/feed/ -- apparently WordPress does not strip out control characters when generating CDATA sections in the RSS feed for blogs at wordpress.com. As a result, if an author includes a control character (in this case, ^L) in their post, the CDATA section that is wrapped around the post content will be poorly formed. Therefore, the XML document for the feed will not be well formed, and therefore not parsable by many XML parsers.
     1Discovered at http://ilaba.wordpress.com/feed/ -- apparently WordPress does not strip out control characters when generating CDATA sections in the RSS feed for blogs at wordpress.com. As a result, if an author includes a control character (in this case, `^L`) in their post, the CDATA section that is wrapped around the post content will be poorly formed. Therefore, the XML document for the feed will not be well formed, and therefore not parsable by many XML parsers.
    22
    33The feed in question was not parsable on scienceseeker.org on 7/6/13, which is why I am interested in the question. It may be corrected by its owner by the time you test it, so I am attaching a copy of the broken version to this ticket.