Hi,
I'm working on a project that requires me to populate a data object with the data within an xml file. I have a schema associated with each xml document that will be processed. The xml files will all be cookie cutter, almost the same.
My main gripe is I dont' want to have to hard code all the element tag names to associate the get and set methods to the data object along with xml element. Is there a way to associate the schema or use reflections? (someone mentioned this to me)
TIA,
E.
I'm working on a project that requires me to populate a data object with the data within an xml file. I have a schema associated with each xml document that will be processed. The xml files will all be cookie cutter, almost the same.
My main gripe is I dont' want to have to hard code all the element tag names to associate the get and set methods to the data object along with xml element. Is there a way to associate the schema or use reflections? (someone mentioned this to me)
TIA,
E.
