~ 1 min read

XML, XSLT

I’ve spent a large portion of today converting bits of my project over to using XML with XSLT stylesheets. This solves a few issues that I’d had problems with.

  1. Generating RSS feeds.
  2. The masses of files for each template is now reduced to a single XSLT file, easily modified by anyone knowing what they are doing.
  3. Better compliance with web standards (missing “‘s, closing tags all need to be corrected) means that it should be relatively XHTML compliant when tested.
  4. Well layed out source.

I haven’t completely finished moving over to this new format but will try and sort it all by the end of tommorow.