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: Tag Parameters
Last Modified: 2001-11-29T08:00Z
After re-coding the tag parameter 3 separate times, I think I've struck a formula that will be very simple for the end-user and not too terribly inefficient or hard to code. When you define a DML function, you just add a /
onto the end of the function name and it's given a _tag
parameter. Also, I've re-done the input format so it's easier on the eyes (well, as easy as ASCII text can be =)