I have decided to use SimplePie to parse RSS and Atom Feeds.
What I want to do is that let people to input RSS and Atom Feeds URL through text fields.
What If they put invalid RSS and Atom Feeds?
I know that invalid Feeds won't be parsed through SimplePie.
But I want to know whether the Feeds are able to be parsed through SimplePie or not.
And through that process, I want to delete those invalid RSS feed URL lists.
Checking the document type, XML or HTML will be a first step to find out the validness.
How can I do that in PHP? or is there other ways to do what I want to do?