Hi! For hours now I've been trying to figure out how to take XML from the CustomData string and parse it. There's a lot of XML related stuff in the namespace whitelist http://www.spaceengineerswiki.com/Scripting_Whitelist but I don't really know what that means.
So, is it possible to read xml (or json for that matter) in Space Engineers? And if it is, how?
Just writing
does not work.
So, is it possible to read xml (or json for that matter) in Space Engineers? And if it is, how?
Just writing
Code:
XDocument doc = XDocument.Parse(str);