I have an XML file that is being created dynamically from multiple sources... The XML file looks much like many of the Microsoft examples (i.e. as seen below). In actuality, there are multiple XML files, each file will be consistent always having "X" number of child elements, but each file may have a different number of child elements. I hope this makes sense.. "file1.xml" will alwyas have root, dataelement, and child1..child5, "file2.xml will always have root, dataelement, and child1...child8...
Read More...