AdamHamstead / Simile-Project-Team-A

The github repo for SHU PROFESSIONAL SOFTWARE PROJECTS Team A Simile Project
0 stars 0 forks source link

Creating an XML parser #6

Open AdamHamstead opened 8 months ago

AdamHamstead commented 8 months ago

Understand and make a way to make draw.io and its many outputs useful use xml as an export for easy integration with excel later on in the project

Alex-Darby04 commented 7 months ago

Each arrow has source and target - if coming from concept can assume target is a relation and vice versa.

Ignore all mxCell that have no value tag

Need to check if arrows have a value or not - allows for arrows to be used as relations

Alex-Darby04 commented 7 months ago

Completed: Reading XML Finding ID's, targets and therefore roots TODO: Creating objects from roots

Alex-Darby04 commented 6 months ago

Need to translate XML parser to old version of code instead of OOP