DML2
Object-Oriented Content Storage and Document Formatting
DML2 is an object-oriented content storage and document formatting framework. Using a fairly simple, object-oriented language and a few templates, generating different types of media from the same source content is made easy. This tool has been obsoleted by XSLT.
Development: Parsing in ANSI C++
Last Modified: 2002-07-07T07:00Z
Finally got all that new research done. I know a lot more about the C++ language and I feel a lot more confident (especially for when I release the source code =). Haven't done any testing, but I've gone in and replaced all the old DString/array of pointers stuff with the new (to me) string/vector of pointers stuff.