Hopefully someone can help me here, it's kind of complicated. I'm trying to pass data from a form to an XML doc. Part of the form allows multiple contributors to be appended. In the XML I'd like it to look like:
<contributors>
<contributor>
<name></name>
<role></role>...