When trying to generate the following structure using e4x:
<foo>
<bar>example1</bar>
<bar>example2</bar>
</foo>
Given that I already have the code snippet:
foo.bar = <bar>example1</bar>
What is the best approach to add the additional bar tag?