Was starting work on a plugin to pull XML data turn it into value data. Probably see that on another thread sometime.
But I tried
using System.XML;
But it isn’t recognised. I don;t fancy going into Visual Studio - far too confusing at the mo, but any ideas?
Hayd
(Using 27.2)
you tried something like
using System.Xml;
if that doesn’t work(throws an error on that line) press ctrl+j to open project manager, right click on the project and choose ‘Add reference…’ then select System.Xml
Thanks (and double thanks ;-) ).
And VS isn’t so bad, it turns out!