
May 16th, 2005, 01:49 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 1
Time spent in forums: 7 m 8 sec
Reputation Power: 0
|
|
VB.NET and XML
HI
I have 2 XML files i would like to compare the files and i need to show the difference in GUI. Thr problem is i cannot convert the XML file to a dataset it contains a multiple tables with same name
1. I tried loading the XML files into grid and compare row by row ( but it will not give accurate result)
2. I analized by trying to do node by node even that also not gives accurate result because Node which is present in file1 which may not present in the file2 and if present may be present more than once.
Regards
Vijay
|