-
Notifications
You must be signed in to change notification settings - Fork 56
Encode & and < with hex codes #99
Copy link
Copy link
Open
Description
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>Reactions are currently unavailable