XSLT and RSS: planning tests

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!

This entry was posted in , by Gabriele Romanato. Bookmark the permalink.

Leave a Reply

Note: Only a member of this blog may post a comment.