Parsing XML files by creating an object model
I have always preferred to use XSD.exe / VS.Net to create schema, generate classes from schema, deserialize XML file in object tree to parse XML file. [Well, most of my requirements so far have made this the perfect choice.
I have a crib: the class names generated by XSD.exe are weird, meaning XSD.exe tends to keep them unique by concatenating all the previous tag names in the test.
Is there a way to tweak this? Or perhaps a tool to run on top of this?
My motive is to keep the auto-generated code intact.
Thoughts?
0
source to share