Is it possible to import data into dataset from an xml with read-xml when there are no fields available in the xml for relation between temp-tables? or the only way is to parse the xml and generate the id's for the relation fields manually as walking through the xml hierarchy
If you define the relations as nested there is no need to have parent’s pk fields in child table, do you have the dataset definition upfront or need to infer that from the XML data?