skinkie / reference

Personal repository where I collect working examples to understand inner workings while building PyNeTExConv
GNU Affero General Public License v3.0
1 stars 1 forks source link

two new tools #127

Closed davidr1234 closed 1 month ago

davidr1234 commented 1 month ago

Extending the portfolio by two new tools

  1. tool_find_structure allows finding specific sequences of elements in a given folder of xmls (e.g., searching for "x,y,z", it will find all files that contain that sequence. It also allows to find all paths to a specific element, e.g., searching for x it would return a,b,c,x or a,c,x.

  2. tool_xml_validator is a schema validator, based on code of ue71603