mach.d icon indicating copy to clipboard operation
mach.d copied to clipboard

mach.text.xml

Open WebFreak001 opened this issue 8 years ago • 2 comments

An xml parser & writer would be useful to have. Maybe port std.experimental.xml?

WebFreak001 avatar Feb 23 '17 10:02 WebFreak001

XML isn't a priority at the moment but it is on my todo list, as well as ini and yaml support. In the meantime, if you need to serialize and deserialize data using mach, mach.text.json should be a decent option.

pineapplemachine avatar Feb 24 '17 11:02 pineapplemachine

Well I can't decide on the format because the standard for office open files says you need xml. But I can wait and use arsd.dom or similar in the meantime

WebFreak001 avatar Feb 24 '17 17:02 WebFreak001