A
Adam
Hello, I have an XML file that contains parent / child relations
between objects.
e.g.
There is a Manager who can have one to many employees and these
employees can have one to many phone numbers.
I would like to know the best way to retrieve this information from
the XML file and store into business objects.
I have the following idea which would work
1) Load the XML file into a DataSet (After validating against a
schema) and then use the relationships defined in the schema to match
objects between datatables
Is there a better / way to do this?
Thanks
Adam
between objects.
e.g.
There is a Manager who can have one to many employees and these
employees can have one to many phone numbers.
I would like to know the best way to retrieve this information from
the XML file and store into business objects.
I have the following idea which would work
1) Load the XML file into a DataSet (After validating against a
schema) and then use the relationships defined in the schema to match
objects between datatables
Is there a better / way to do this?
Thanks
Adam