By frdesign on
I'm having all sorts of problems getting a feed into my site using Feed API. I guess the first thing I should do is make sure my url actually works. Does anyone know a simple way to preview or test an XML feed to make sure it's actually giving me data?
Comments
Is SimpleXML the answer?
Besides FeedAPI (which I can't get to work at the moment, but that's another story) the other option I found is SimpleXML over at PHP.org. Does anyone know of any other alternative I have to check if my feed URL is formatted/working correctly?
Thanks