I have the following xml, xmlDoc that looks like this:
<root>
<a>
<Row>
</a>
<b>
<Row>
</b>
<c>
<Row>
</c>
</root>
I want each letter (a, b, c) to have an xml each. I want them to be assigned to these xmls xmlA, xmlB, xmlC.
so how do i do it in Javascript?
Thanks!
With jQuery: