I was in a trough in work (don’t tell malarkey) so I took a break and wrote some xslt to get the images from my flickr account. It works in IE but doesn’t work in Firefox as the transformix xslt transformer (in disguise 🙂 ) doesn’t support getting remote xml files in XSLT.
XSLT File
[code lang=”xml”]
< ?xml version="1.0" encoding="UTF-8"?>
[/code]
XML File
[code lang=”xml”]
< ?xml version="1.0" encoding="UTF-8"?>
< ?xml-stylesheet type="text/xsl" href="index.xslt"?>
[/code]
I tried putting these up on the server for a demo but alas.. another IE bug .. XMl and mime types and temp folder.. ARGHHHH!!