Re: Producing HTML

2009-03-17 Thread atreyu
Maybe Clojure-Haml helps you http://github.com/antoniogarrote/clj-haml/tree/master On 17 mar, 14:01, Jeffrey Straszheim wrote: > Is there a good standalone library to create HTML from Clojure, preferably > something like the CL-WHO?  This will be for a standalone application, not > an applicatio

Re: Producing HTML

2009-03-17 Thread Jeffrey Straszheim
Awesome! Thanks. On Tue, Mar 17, 2009 at 8:08 AM, Timothy Pratley wrote: > > I can highly recommend clojure.contrib.prxml > > James Reeves gave a really good example in the 2nd last post of this > thread: > > http://groups.google.com/group/clojure/browse_thread/thread/f35d01a859329409 > > I've us

Re: Producing HTML

2009-03-17 Thread Timothy Pratley
I can highly recommend clojure.contrib.prxml James Reeves gave a really good example in the 2nd last post of this thread: http://groups.google.com/group/clojure/browse_thread/thread/f35d01a859329409 I've used it to output html to a file and found it very convenient: http://clojure.googlegroups.c

Producing HTML

2009-03-17 Thread Jeffrey Straszheim
Is there a good standalone library to create HTML from Clojure, preferably something like the CL-WHO? This will be for a standalone application, not an application server. I just need to generate some populated HTML and put it in to a file. Thanks. --~--~-~--~~~---~-