Skip to content

Instantly share code, notes, and snippets.

@amalloy
Created January 17, 2011 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalloy/ea060658b5677649d8e7 to your computer and use it in GitHub Desktop.
Save amalloy/ea060658b5677649d8e7 to your computer and use it in GitHub Desktop.
user=> (prxml
'[root {:name "a"}
[child1]
[child2
[nested "text"]]])
<root name="a"><child1/><child2><nested>text</nested></child2></root>nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment