Snippets and thoughts from a passionate software developer interested in all things DevOps, Continuous Delivery, Functional Programming, Distributed Systems. Also on Twitter as @mcallana.
Tuesday, June 26, 2012
Convert Groovy NodeChild xml element to XML string
new groovy.xml.StreamingMarkupBuilder().bindNode(nodeChild) as String