/ Published in: Groovy
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// to write to standard out, remove fw xml.content() { xml.parameter(x:0) xml.person(id:100){ firstname("John") lastname("Long") } xml.person(id:101){ firstname("Ken") lastname("Smith") } }