thinking about that time i was testing RSS readers on my website and one of them wasn't able to find the feed because it was trying to parse HTML with regex and it was choking on how the minifier chose to emit the relevant <link> tag
the RSS reader in question was a browser extension with full access to the DOM APIs, in case you were wondering.
i did not dare look at how it's parsing the feed XML.
the RSS reader in question was a browser extension with full access to the DOM APIs, in case you were wondering.
i did not dare look at how it's parsing the feed XML.