RDunkley / XML-To-Data-Class

Tool to Generate C# custom data classes from an XML file.
Apache License 2.0
0 stars 0 forks source link

Add the ability to take in multiple XML files to parse #26

Open RDunkley opened 7 years ago

RDunkley commented 7 years ago

If the application could take in multiple XML files and parse them collectively to determine the element and attribute options it would allow the user to specify XML files that have optional attributes or elements that are not in the other XML file. This would make it less of a requirement to come up with an XML file that has the entire schema that the user is interested in parsing.