Reputation: 78272
Rules
If your feeling generous include a description or your own experience with it.
Upvotes: 2
Views: 225
Reputation: 24617
DOM Style APIs + CSS Generated Content
PROS
CONS
References
Upvotes: 0
Reputation: 78272
XSLT
Language Agnostic
Pro:
Cons:
Upvotes: 2
Reputation: 3287
Stringtemplate can be used as a generic code emitter. Written in Java
Upvotes: 0
Reputation: 71969
Language: Java
Pro: It's flexible
Con: Not as popular as it once was.
This is another generic templating engine, this one written in Java. At one time, it was a popular alternative to JSP, although it has fallen off a bit since then.
Upvotes: 1
Reputation: 71969
Language: Python 2.4+
Pro: It's flexible
Con: You need a C compiler for debugging
It's a generic templating engine written in Python. It's often used as an alternative to the Django templating engine by people who don't like the restrictive nature of the Django templating engine.
Upvotes: 2