Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Xml Template Language Design

Overview

A pure Xml template language such as that available in the Python library Genshi provides a convenient means for developers to create views without sacrificing Model/View separation. Genshi's design is similar to that provided by XSLT but much simpler and concise. The idea in Sendero would be the same and facilities would be providing for binding D data structures or pure XML data (as in XSLT) to the template.

More coming soon...