Example 18 Output - Groovin' with Groovy
<person>
  <name>
    <first>Jim</first>
    <middle>Nolan</middle>
    <last>Weirich</last>
  </name>
  <email>jim@weirichhouse.org</email>
  <email>jweirich@one.net</email>
  <email>jimweirich@yahoo.com</email>
  <siblings>
    <name>Dave</name>
    <name>Rob</name>
  </siblings>
</person>

[Return to XML Builder]