you see i have to merge two XML files together with App inventor
like this
<thing>
<channel>wow channel</channel>
</thing>
merge with
<thing>
<channel>cool channel</channel>
</thing>
to make
<thing>
<channel>wow channel</channel>
<channel>cool channel</channel>
</thing>