Is it possible to have customize clojure.contrib.prxml's output?

the following

(prxml [:field {:name "id"} 1]
       [:field {:name "name"} "me"])

produces

<field name="id">1</field><field name="name">me</field>

which becomes very hard to read when you have a bunch of fields. How
do I at least
add a newline after each of them, or maybe even indent them somehow?

Thanks,

-- 
Omnem crede diem tibi diluxisse supremum.

-- 
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