Open jo-so opened 4 years ago
The feed validator suggests to encode & and < with  and < for compatibility reasons:
&
<

<
A publisher should encode "&" and "<" in plain text using hexadecimal character references. When encoding the ">" character, a publisher should use the hexadecimal reference >.
The following input gave me the suggestion:
<rss version="2.0"><channel><title>TEST</title><link>https://example.org/</link><description>Test</description><language>de-de</language><copyright>© 2020 Jon Doe <me@example.org></copyright></channel></rss>
Recommendation looks dated (late 2007). It is based on tests in different RSS clients. Let's look at this list.
The feed validator suggests to encode
&
and<
with
and<
for compatibility reasons:The following input gave me the suggestion: