I'm looking to do something like this:
<resources>
<array name="foo">
<item>Foo!</item>
<array name="bar">
<item>Bar!</item>
<item>Baz!</item>
</array>
</array>
</resources>
Is there any support for this? Or will I have to write my own xml parser?