Skip to content

Instantly share code, notes, and snippets.

@simonask
Created March 12, 2009 10:53
Show Gist options
  • Save simonask/78016 to your computer and use it in GitHub Desktop.
Save simonask/78016 to your computer and use it in GitHub Desktop.
xml: XmlBuilder()
xml {
.root {
.element1(attr: "hej") {
.cdata("MUUUUH")
}
.element2(whatever: "lals") {
.cdata("...")
}
}
}
puts(xml)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment