[Home] [By Thread] [By Date] [Recent Entries]
In a situation where my XML file looks like this:
<Root> <Story> <Source> </Root> How would I move the <Source> element so that and it's children are now a child of <Story>?
|
[Home] [By Thread] [By Date] [Recent Entries]
In a situation where my XML file looks like this:
<Root> <Story> <Source> </Root> How would I move the <Source> element so that and it's children are now a child of <Story>?
|