Database-Driven Tree Structures with XML and XSLT

Wednesday, December 21st, 2005

Pascal Opitz from the Content with Style blog has a fantastic tutorial on creating : Database-driven tree structures with XML and XSLT. The technique uses the preordered tree traversal method on the database, then uses PHP to create the XML that is then styled with XSLT.

XSLT Roundup

Monday, November 28th, 2005

I’ve been working alot with XSLT for the past month and I thought I would share this XSLT Roundup that was a great starting point for my education. Thanks ParticleTree!