That is not possible with the data you have here. If you can add id's to the xml elements it would work or you can create a custom DataAdapter. Then you have full control over how the data is retrieved and you have information about the relations. But this requires some coding. Page 38 of the manual shows an example of a Data Adapter.
I can also send you an example of a DataAdapter I've used in the past to import a specific XML document if you like that.
Importing child nodes
I have an xml file structured similar to this:
I'd like to import those be pretty much the same heiarchy in the content tree
I can't get anywhere with this as a child import needs to reference it's parent. Trying to select Rep for a recursive field is doing no good either
Hi Tony,
That is not possible with the data you have here. If you can add id's to the xml elements it would work or you can create a custom DataAdapter. Then you have full control over how the data is retrieved and you have information about the relations. But this requires some coding. Page 38 of the manual shows an example of a Data Adapter.
I can also send you an example of a DataAdapter I've used in the past to import a specific XML document if you like that.
Thanks,
Richard
Not really had much luck with datapadapters. I think I've found another method to handle this feed, anyway though. Thanks for your help
is working on a reply...