Hi gurus
How do I (Parse) read LOCAL XML Files using Javascript?
regs Balamurali C
Printable View
Hi gurus
How do I (Parse) read LOCAL XML Files using Javascript?
regs Balamurali C
Are you using JScript on Windows?
If so, then you can use MSXML. It works almost the same as VBScript. Search online for examples.
If you are using JavaScript inside a browser then you may run into security concerns; the browser may refuse to let you create a parser object.
Mozilla (Netscape) will allow this if you override the security settings. This usually requires user intervention.
-rick
HI rfmobile thx for ur reply.
rgs balamurali c