As many of you know, browsers that support RSS show your feeds using their own formatting template. That's cool, but what happens if we want to transform an RSS feed with XSLT? We could write something like this:
<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="style.xsl" type="text/xsl"?>
What happens then? That's what I'm going to test. Stay tuned!