That is, given a data structure, provide a fully object-oriented method (hence customizable) that renders the data structure to any number of common formats such as HTML, Markdown, Excel, etc.
The problem with all template solutions to date is you must write the template code in each output format... this is a violation of the DRY principle.
In reply to polymorphic data-driven rendering? by metaperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |