Hi. Let's say I have a simple XML tree: Parent node and several child nodes (these nodes themselves have their own child nodes). I have extracted out the child nodes into a table. Now I would like to reassemble things back to their original XML form (and not reuse the original XML).
How would I go about this? I am guessing another variant of FOR XML, but I have not been successful.