Mercurial > laserkard
view 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 |
line wrap: on
line source
1 (ns laserkard.buy-temp3 (:use (compojure.http request servlet session routes)4 (compojure.server jetty)5 (compojure control)6 (clojure.contrib prxml)7 ))10 (defn buy-gen []11 "<h1> hi Connie again! </h1>")14 (defn pxml [ & args]15 (with-out-str (apply prxml args)))