First of all, I’m a total javascript newbie. I have developed C# applications for as long as C# has existed.
I’m developing an app and was thinking I should persist settings and config in an XML structure. There is no problem setting as retreiving the settings using ManagerSettings.
My approach is to use the DOMParser, but I have problems accessing the parser (ReferenceError: DOMParser is not defined). Do I need to do a “require” something?
Is there a better way to save settings than to save everything as an XML structure?