#19909: Django RSS feed not validate on http://validator.w3.org
-------------------------------------+-------------------------------------
     Reporter:  julyzergcn1@…        |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.syndication  |                  Version:  1.4
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  RSS invalid format   |             Triage Stage:
    Has patch:  0                    |  Unreviewed
  Needs tests:  0                    |      Needs documentation:  0
Easy pickings:  0                    |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by carljm):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 There are only two actual validation errors there: one is because the feed
 self-references at an "http" URL and you are validating it at an "https"
 URL - if you read the help for that issue, that's not actually a problem
 as long as the two URLs reference the same document, which they do.

 The second is an issue with a "guid" tag whose contents are not a URL,
 that does not have the isPermaLink="false" attribute. I'm not sure, but I
 think since this feed is an aggregator we are taking that guid straight
 from the aggregated blog. It will be hard to avoid issues like this with
 an aggregator.

 The rest are warnings that mostly seem to do with the validator not liking
 certain tags used in entity-escaped HTML in some entries. Again, this is
 not something we'll be able to control in an aggregated feed.

 This bug was tagged as "contrib.syndication", but none of the above issues
 reflect an actual problem with code in "contrib.syndication"

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19909#comment:1>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to