-
-
Notifications
You must be signed in to change notification settings - Fork 33
dlib.serialization.xml
Timur Gafarov edited this page Jan 23, 2017
·
2 revisions
Minimalistic XML reading module. While XML is in many ways inferior to its modern alternatives such as JSON, YAML, OpenDDL, etc., it nevertheless still has a wide use in different information systems. So, because almost everyone occasionally has to read XML, we provide a simple solution for this task. For new projects, we strongly recommend using JSON, not XML.