wiki:TemplateComponents

Version 11 (modified by dsowen, 18 years ago) (diff)

Removed LML & LML2 from consideration.

Template components

They should:

  • Be format-agnostic (not specific to HTML nor XML);
  • Allow custom tags;
  • Allow access to external parameters (through either dynamic bindings, or explicit injection); and,
  • Have a logical syntax.

Existing systems under investigation are:

System no longer under consideration are:

System Reason
CL-WHO Not a markup language
HTOUT Not a markup language
HUNCHENTOOT No template functionality
LML Not a markup language
LML2 Not a markup language

Note, however, that LML2 does claim to have user-extensible tags. It would be good to see how they did it.