I have a remote xml that resides on a URI like this "http://www.server.com/xmlFile.xml"
The structure of the xml is heirarchical forming 1:M table relation like:
Code:
<Data>
<Department>
<ID>1</ID>
<Name>Accounting</Name>
<Employee>
<ID>1</ID>
Leave a comment: