Template Definition Language
TDL (Template Definition Language)
- Tag-based language for template definition.
- Extensible: every tag is interpreted by Java method. New Java methods can be added for new tags.
- Easy and powerful API for preparing of new tags
- Servlet configuration supports extensibility
XML-compliance
- TDL is an application of the XML standard. The language interpretation done by standard XML parser. The parser guarantees syntactical correctness
Powerful expressions
- Equipped with expression evaluator supporting some arithmetical, logical, and text-formatting operations on tag parameters.