ModECI / modelspec

Functionality for specifying models & enabling automatic serialization - will be used by MDF & NeuroMLlite
https://modeci.github.io/modelspec/
Apache License 2.0
3 stars 9 forks source link

Added XML Format handling #32

Closed mqnifestkelvin closed 1 year ago

mqnifestkelvin commented 1 year ago

Hi mentors, I was able to add code that can handle the XML file format. To my best understanding I want to believe this was your expectation. Although if it Isn't, you can guide me on where needs improvement and I will do my best to get it done. Thank you.

parikshit14 commented 1 year ago

Hi @mqnifestkelvin, I have done something similar in the past when I added support for bson format. You can take a look at https://github.com/ModECI/modelspec/pull/11 for clarifications and steps to be followed.

mqnifestkelvin commented 1 year ago

Hey, thank you for this sorry I didn't respond earlier, been finding ways to make the codes better and more similar to the expected output. I'd do my best to perfect the codes.