Hi everyone! i have a little problem doing this: i have 2 xml, and i want to assign values from one to another, my source xml is something like this:
<rowset>
<row maxOccurs="unbo unded">
<column name="id">1</column>
<column name="first_nam e">Joe</column>
<column name="last_name ">Cooper</column>
</row>
<row>...