At the moment all nested content will be copied to the document to be patched.I had thought about doing this in my last update to XConfToolTask, but I didn't want to add two features in one patch.
Doing this could actually be pretty easy. Currently, it looks at the root node and grabs info from it. It would be pretty easy to see if the child nodes are some sort of "patch" node,
So we need a switch, an attribute on root for instance, or a namespace?
or:
if the root node has no attributes, the child nodes are interpreted as "patch" nodes.
Claas
