XSLT slide show

XSLT slideshow

I use Picasa2 for managing my images, it's great and free. There is a function in Picasa to "Make a Webpage" along with the drab templates there is an option to export XML code. I've written as XSLT file to transform this XML in to a slideshow for my site.

To get your own slide show working with my source code:

First include the pictures code behind file

<!--#include file="pictures.cb.asp" -->

Add the following to the custom head:

<% popme() %>

And write the HTML to an appropriate section in your site:

<% LoadAlbum("/path to your index.xml") %>

Job Done!

You can download Picasa from http://picasa.google.com..

Please Note:


If you use PHP or any other programming language because the logic of this code is in XSLT it would be a simple task to port this code (as long as it has an XSLT parser).