Mercurial > laserkard
comparison 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 |
comparison
equal
deleted
inserted
replaced
70:751fb9fd445b | 71:ad52bd1a084b |
---|---|
1 (ns laserkard.buy-temp | |
2 | |
3 (:use (compojure.http request servlet session routes) | |
4 (compojure.server jetty) | |
5 (compojure control) | |
6 (clojure.contrib prxml) | |
7 )) | |
8 | |
9 | |
10 (defn buy-gen [] | |
11 "<h1> hi Connie again! </h1>") | |
12 | |
13 | |
14 (defn pxml [ & args] | |
15 (with-out-str (apply prxml args))) |