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: No More Constants
Last Modified: 2001-11-23T08:00Z
DML developement took an unexpected turn today while I was working on the first website to be built with DML, I removed constants. Both "constants" and functions now use the same base code which just makes more sense to me now that I've been working with the tool on building a web site. Because of this change, constants are now scanned for DML elements. Also fixed a couple bugs involving line lengths.