How can I insert an xml comment with Groovy MarkupBuilder?

Viewed 2967

I would like to insert comments into my xml document with a Groovy MarkupBuilder. How is it possible?

2 Answers
Related