Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Parsing XML from a string

$
0
0
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
Code:
XDocument doc = XDocument.Parse(str);
does not work.

Viewing all articles
Browse latest Browse all 903

Trending Articles