On Dec 3, 1:04 pm, Jeff Rose <[EMAIL PROTECTED]> wrote:
> I've just pushed a template library for Clojure up onto github for
> public use.

Cool!  One thing to consider, a noted flaw in ERB: use real XML
processing instructions, like "<?clj ... ?>" instead of "<%= .. %>".
That way your template can be a valid XML document.  Yes, it's more
verbose, but PHP does it.  Or, if you want, allow user-definable
delimiters.
-Stuart Sierra

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to