RFC Errata
RFC 5023, "The Atom Publishing Protocol", October 2007
Note: This RFC has been updated by RFC 8996
Source of RFC: atompub (app)See Also: RFC 5023 w/ inline errata
Errata ID: 3207
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Peter Rushforth
Date Reported: 2012-05-01
Verifier Name: Barry Leiba
Date Verified: 2012-05-04
Section p51 says:
anyForeignElement = element * - atom:* { (attribute * { text } | text | anyElement)* }
It should say:
anyForeignElement = element * - app:* { (attribute * { text } | text | anyElement)* }
Notes:
I believe the schema unintentionally prohibits atom:link from being included in the categories document. Given that in another schema in the same appendix it is allowed, and going by the text in the normative sections, I believe this must be a cut and paste error.