From all the examples I've seen in the documentation for the Backup 1.9 conversion has the table structure which is faily flat. Eg.
Activity
|
+----Table 1
|
+-----Table 2
|
+-----Table 3
I am trying to get this working on the Face-to-face module and the structure is
Face-to-face
|
+------sessions
|
+-------signups
|
+-------sessions_dates
Where the only item directly inside the facetoface tag is session and all the rest are inside session. I have followed the example on http://docs.moodle.org/dev/Backup_1.9_conversion_for_developers and have the activity and sessions restoring correctly but the sessions_dates are being put in the converted XML at the same level of the session instead of inside the session.
What would be the best way to go about achieving this?
Thanks,
Alastair