Information

News

Sponsored Links

DML

Simple HTML templating language

DML is a simple templating language designed for managing web sites based in static HTML files (no CGI, SSI, etc.). It has been obsoleted by DML2 which has in turn been obsoleted by XSLT.

Development: DML2 Progress

Last Modified: 2002-05-23T07:00Z

I've been working on the new spec for DML2 and it's looking pretty awesome. All information is contained within custom DML2 objects which may consist of other objects (and so on and so forth). The objects are "rendered" when called which means they return their formatted content. Objects can also have an "execute" thingy that allows pages to be outputted just from creating the objects (meaning you'll never need to explicitly define an output file... unless you want to =)