Dextep Template Engine
Package:
Summary:
Template engine based on regular expressions
Groups:
Author:
Description:
This package implements a template engine based on regular expression replacements.
It can process template with marks that define placeholders or sections using regular expressions to locate and replace those marks.
Currently it supports marks that define expressions, conditions, loops and sub-templates files.
The templates may compiled and cached to avoid processing the templates again in the future.
It can process template with marks that define placeholders or sections using regular expressions to locate and replace those marks.
Currently it supports marks that define expressions, conditions, loops and sub-templates files.
The templates may compiled and cached to avoid processing the templates again in the future.
Comments are closed.