EDN Admin
Well-known member
Hello,
I want to know if the following is possible:
I have a bunch of XML files and associated XSD files. In the future, there will be more XML files and more XSD files with any structure. I want to write some
*very* generic code. I want the code to read an XML file and create an "anonymous object" (not strongly typed). I want to fill the object with the content of the XML file. I then plan to read the XSD file (or use reflection?) to work out property
names, etc.
I want to use the same code regardless of the how the XML files are structured.
Possible?
View the full article
I want to know if the following is possible:
I have a bunch of XML files and associated XSD files. In the future, there will be more XML files and more XSD files with any structure. I want to write some
*very* generic code. I want the code to read an XML file and create an "anonymous object" (not strongly typed). I want to fill the object with the content of the XML file. I then plan to read the XSD file (or use reflection?) to work out property
names, etc.
I want to use the same code regardless of the how the XML files are structured.
Possible?
View the full article