ZparseIsMulti-Purpose,Extensible,Self-defineableJavascript template parsing system which lets you define your templating rules. it acts like a Preprocessor and parses strings containing defined delimiters and tags into a JavaScript function. it is similar to trimpath JavaScript template. the difference and its strength is that instead of defining the syntax inside the script it allowsYouToCreate and define the syntax yourselfAs you need. Of course there isDefault syntaxEncoded for people who don't need a custom syntax. but the main intention for me creating this parser is to be multi-purpose, so it can fullfill your demand. therefore extensibility is very essential. another strength of this parser is, that it parses the template tags intoDom-like treeInstead of replacing the tags with pre-defined functions to give youMore flexibilityAndOpportunity to take full advantageOf JavaScript templating.
Introduction to: http://code.riiv.net/zparse/