I don't think its' possible to modify the xml structure Image produces... is it possible to just work around the additional structure in whatever downstream system needs the xml?
Otherwise I think there are a couple other ways...
- For the brave of heart (or the already initiated) you may be able to feed that xml file back into a new process and use an "open XSLT" task to modify it... BUT I say "brave of heart" because XSLT doesn't appear very intuitive to figure out. (At least it's successfully frustrated most of my attempts at learning it)
- Or you may be able to feed the xml back into a new process and use a "xml splitter" task. In the properties of the splitter, have it split on the Page node and then "add new root node". This should get rid of the additional structure. I'm just thinking out loud on this one (I've never actually tried it), so I may be off base...
- Or I've successfully used the "Create File" task to build simple xml files. If the data selections are consistent, this may be the best way to go.
Hope this helps,
-nth-