I need to generate very big html files based on data entered in a huge form. The project is done in AdobeAIR (js). What templating techniques would you recommend other than Dojo dtl?
+1
A:
Check out John Resig's micro template. It's pretty simple and pretty dope. Now, I don't know how far down that rabbit hole you need to go, but if it's not too far...this works well.
pope
2009-02-16 20:28:53
This uses innerHTML (which might not be proficient for large HTML generation).
Luca Matteis
2009-02-16 20:58:00