QuasarX1 / Phys205Project

Year 2 Second Semester Computing Project
1 stars 0 forks source link

Loading XML #7

Closed sciencefreak74 closed 4 years ago

sciencefreak74 commented 4 years ago

https://www.tutorialspoint.com/python/python_xml_processing.htm and understanding the DOM api so we can implement it.

QuasarX1 commented 4 years ago

Now using lxml instead of DOM.

QuasarX1 commented 4 years ago

XML Schema has been updated to include all necessary objects and the code for loading simulations from it has been implemented.