annotate buy_temp.clj @ 71:ad52bd1a084b laserkard

Now there is no HTML whatsoever\!
author Robert McIntyre <rlm@mit.edu>
date Tue, 22 Jun 2010 22:42:11 -0400
parents
children 83b0419c7979
rev   line source
rlm@71 1 (ns laserkard.buy-temp
rlm@71 2
rlm@71 3 (:use (compojure.http request servlet session routes)
rlm@71 4 (compojure.server jetty)
rlm@71 5 (compojure control)
rlm@71 6 (clojure.contrib prxml)
rlm@71 7 ))
rlm@71 8
rlm@71 9
rlm@71 10 (defn buy-gen []
rlm@71 11 "<h1> hi Connie again! </h1>")
rlm@71 12
rlm@71 13
rlm@71 14 (defn pxml [ & args]
rlm@71 15 (with-out-str (apply prxml args)))