I’ve pretty much fully redone my [X-Ray fork](https://github.com/janboddez/XRay). …

I’ve pretty much fully redone my [X-Ray fork](https://github.com/janboddez/XRay). In it, I’m offloading XML feeds to SimplePie rather than PicoFeed. This gets me better relative URL resolution _and_ lets me skip HTML sanitization. (I’m running everything through X-Ray’s sanitizer _anyway_, which I’ve modified to support HTML5 elements and CodePen `iframe` embeds. I may now even get consistent results, yay!) As a result, I no longer have to maintain a separate PicoFeed fork. _Ideally_, I could one day build my reader around _just_ SimplePie, but its microformats support isn’t quite there, yet.