These files (different iterations of the same) parse and search a specific XML document structure for one or more attributes that the user provides as input. It then prints a specific set of associated child attributes.
All versions take two input types:
- The attributes to search
- The location of the XML document
attributes must be entered straight into the code; results print to the terminal.
attributes are entered and results are printed to the terminal.
utilizes easygui for input and xlsxwriter for results.