I have a database that has multiple records that contain XML formatted data. I need a way to take the XML data from rows with a common key and merge it together to be outputted. Currently when I take the data and place it in a document and save it as XML it tells me can't have multiple top level documents. What is the best way for me to combine these lines?