Ernesto,
I appreciate you helping with this. I'd really like to get it working. What you suggested doesn't work either.
I think the problem has something to do with the (Choice) node, which doesn't get mentioned at all in my QRules command. I don't completely understand Choices and noticed that you can't Copy the XPath for that node. Here's my command. Shouldn't Choice be in there someplace? Do I include the parenthesis?
CopyTable /tablesrc=/dfs:myFields/dfs:dataFields/ns1:GetRecordsResponse/ns1:GetRecordsResult/NewDataSet
/rowsrc=LU_EducationLevel /dsnamesrc=GetRecords
/tabledest=/my:myFields/my:Group4 /rowdest=my:LU_EducationLevel
Here is the XPath from LU_EducationLevel under the GetRecords secondary datasource. Is the problem that this is not a table since it seems to skip right over the Choice node?
/dfs:myFields/dfs:dataFields/ns1:GetRecordsResponse/ns1:GetRecordsResult/NewDataSet/LU_EducationLevel
My new datasources are shown below. I still get an "elements or attributes" mismatch.
Dave