Awesome David!  Just skimmed over this to get a sense of what Enlive
is.

I'm currently building a demo of a RESTful API using Compojure.  My
goal is to define resources using Clojure data structures and have
them converted to XML/HTML/JSON/etc. based on the user agent string.
I've currently got a xml-to-html multimethod working and have been
testing and tweaking it.  I'll probably post the demo and a writeup
when my design is more complete.

It looks like Enlive will be a huge help to actually getting some
formatting wrapped around that HTML content, so I'm very interested to
check it out.  Thanks for the article, it looks really helpful.  I'll
be sure to give some feedback when I'm done reading it!

Brandon

On Mar 14, 11:16 am, David Nolen <dnolen.li...@gmail.com> wrote:
> I just finished up a fairly involved tour of Enlive. I think that Enlive is
> a truly fantastic library that just needs a little more documentation ;) I
> cover scraping Hacker News and the New York Times as well three templating
> examples that use Compojure. I also show how "template inheritance",
> considered a fancy feature among popular templating solutions, is just
> function composition. And unlike some popular HTML templating DSLs, with
> Enlive you have the full power of your language at your disposal.
>
> http://github.com/swannodette/enlive-tutorial
>
> Feedback appreciated.
>
> David

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to