Search code examples
htmltemplatestemplate-engineno-framework

What are my options for HTML templating when not using a web server?


Rules

  1. One option per answer
  2. List language constraints
  3. A minimum of one pro and one con
  4. At least one URL resource.

If your feeling generous include a description or your own experience with it.


Solution

  • XSLT

    Language Agnostic

    Pro:

    • Extremely versatile
    • Language Agnostic

    Cons:

    • Learning curve
    • Variation across implementations
    • XML syntax can be verbose


    W3C Specification

    .NET XslCompiledTransform