This is a XSLT template to do what I had previously been doing with a ruby script. There isn't really any reason for doing this in XSLT instead of Ruby, I just needed something to learn XSLT with.

The template takes a XML file that follows the included bmk.dtd and turns into a set of pages that roughly simular a column browser for the links. To see what kind of output it produces, just follow the Link Farm below.

Example XML, DTD, and XSLT are all included in the package.

Update [Mon Mar 29 23:27:30 CST 2004]
Found a way to use some css to avoid having tables within tables. So I switched things to work that way.

Downloads: