Hi,
I would like to Move one element down a level, and removing it from its original location, and making another copy further down.
Heres what i have
XML
<ItemSearchResponse xmlns:xsd=" xmlns:xsi=" <OperationRequest xmlns=" <Items xmlns=" <Item>
<ASIN>0747581088</ASIN>
<ItemAttributes>
<Author>J.K. Rowling</Author>
</ItemAttributes>
</Item>
.....
Here is what i would like
................ (the same beginning)
<item>
<itemAttributes>
<asin></asin>
.....
I would like to Move one element down a level, and removing it from its original location, and making another copy further down.
Heres what i have
XML
<ItemSearchResponse xmlns:xsd=" xmlns:xsi=" <OperationRequest xmlns=" <Items xmlns=" <Item>
<ASIN>0747581088</ASIN>
<ItemAttributes>
<Author>J.K. Rowling</Author>
</ItemAttributes>
</Item>
.....
Here is what i would like
................ (the same beginning)
<item>
<itemAttributes>
<asin></asin>
.....