Hi.
> The structure of the code makes it not so easy to build a single content tree
> that looks like the latter, desired reply. Is there any way to marshal the two
> replies into a single reply as shown? Is this what is known as partial
> marshalling or fragment marshalling?
You can do this via SAX content handler/filter. You will need to strip
out start/endDocument events and root elements (SomeTag).
Bye.
/lexi