XML File System

by TheMonkeyDidIt
Hopefully makes saving and loading your data to and from XML easier
ID:124906
 
The XML File System is basically a layer between Deadron's XML Library and DM's native data types. It should allow you to convert between your custom data types (like custom datums, atoms, and lists) and XML with only a single function call.

Documentation (albeit not my best written docs) are included.

A Demo is also included that allows the user to read, write, edit XML data to and from atoms and place them directly on the map.

Feel free to use any or all of it if you like as well as rewrite or build on the library.

This library and documentation is probably not the best for beginners to learn from, so keep that in mind.

This library is dependent on Deadron's XML Library and won't work without it.