Download List

專案描述

SharpTAL compiles XML-based templates to .NET assemblies. It contains a complete implementation of the Zope Page Templates (ZPT) language, a system which can generate HTML, XML, or plain text output. ZPT is formed by the Template Attribute Language (TAL), the Expression Syntax (TALES), and the Macro Expansion Template Attribute Language (METAL).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-05 06:52
2.0b1

This release adds support for code blocks using the `<?csharp ... ?>` processing instruction syntax. It enables expression interpolation in CDATA. The "Template" class now provides a virtual method "FormatResult(object)" to enable customization of expression results formatting.
標籤: templating c# .net html xml

2012-01-06 07:23
2.0a2

A new "meta:interpolation" command to control expression interpolation setting. Code refactoring and many bugfixes.
標籤: XML HTML Alpha C# Template

2011-12-21 06:45
2.0a1

A new HTML/XML template parser. String expression interpolation using the ${...} operator in element attributes and in the text of an element. A new "Template" class that replaces the direct usage of "MemoryTemplateCache" and "FileSystemTemplateCache". Allows setting CultureInfo for string formatting; defaults to InvariantCulture. It adds the method CompileTemplate() to ITemplateCache to precompile templates before knowing the global variable values.
標籤: C#, HTML, XML, template, Alpha

2011-01-27 18:04
1.2

A problem with the tal:repeat command when used with empty arrays was fixed.

Project Resources