I use XML as data source. How can I define an xml data set that contains
other data sets ?. As exemple (see below) I have a "DataSet_QCHistory"
that contains many "ReviewRequests". This is the first level of my dataset
(that is represented in a master table within the report). Now a
"ReviewRequest" contains either many "Documents" and "Recommendations".
This is the second level (a second table within the master table) of data
sets that I would like to define.