Javascript reading INI/XML FIles
-
Hi, How can i read values from INI files in Javascript. I cant use XML as then i have to use Microsoft.XMLDOM object, whihc i cant use unfortunately. Or is there any other simpler way to read XML files without using Microsoft.XMLDOM.:confused: Regards
Deepak Surana
-
Hi, How can i read values from INI files in Javascript. I cant use XML as then i have to use Microsoft.XMLDOM object, whihc i cant use unfortunately. Or is there any other simpler way to read XML files without using Microsoft.XMLDOM.:confused: Regards
Deepak Surana
deepaks3 wrote:
I cant use XML as then i have to use Microsoft.XMLDOM object, whihc i cant use unfortunately.
If you can upgrade to a better browser, you can use the XML DOM stuff without needing ActiveX. Otherwise, it isn't terribly hard to write parsers in JS. If you have the time and the need, go for it.
But who is the king of all of these folks?