RSS 2.00 Limits
RSS 1.00 only has a working version that was never officially published. Since it is completely different from 2.00, 0.92, and 0.91, it is largely just not implemented and skipped over.
No limits in RSS 2.00! To quote the documentation...
In RSS 0.91, various elements are restricted to 500 or 100 characters. There can be no more than 15 in a 0.91 . There are no string-length or XML-level limits in RSS 0.92 and greater. (Source: RSS 2.0 Specification.)
RSS 0.92 Limits
No limits! To quote the documentation...
In RSS 0.91 various elements are restricted to 500 or 100 characters. There can be no more than 15 in a 0.91 .
There are no string-length or XML-level limits in RSS 0.92. (Source: RSS 0.92 Specification)
RSS 0.91 Limits
Elements Limited to An Enum:
<language>
— channel
Sub-element; may only be "en", "en-UK", "en-UK", etc.
<pubDate>
— channel
Sub-element; may only be of the Date and Time Specification of RFC 822
<lastBuildDate>
— channel
Sub-element; may only be of the Date and Time Specification of RFC 822
<width>
— image
Sub-element; may only be an integer from 1 to 144.
<height>
— image
Sub-element; may only be an integer from 1 to 400.
<name>
— textInput
Sub-element; may only be an integer from 1 to 20.
Elements Limited to 100 Characters
<title>
— channel
Sub-element; item
Sub-element; image
Sub-element; textInput
Sub-element
<copyright>
— channel
Sub-element
<managingEditor>
— channel
Sub-element
<webMaster>
— channel
Sub-element
Elements Limited to 500 Characters
<link>
— channel
Sub-elements
<description>
— channel
Sub-element; item
Sub-element; textInput
Sub-element
<rating>
— channel
Sub-element
<docs>
— channel
Sub-element
<url>
— image
Sub-element
<link>
— item
Sub-element; image
Sub-element; textInput
Sub-element
(Source: RSS 0.91 Specification.)