I have a xml file stored in my hard disk .i need to read data from that alter and add some data dynamically. how can i do that?
1 Answer
JavaScript in the browser cannot manipulate files on the client's hard drive (except for cookies, if you really want to count those).
If there is ever an instance where the above is not true, something is seriously wrong and there exists a major security hole.
1 Comment
Felix Kling
Well, you can run JavaScript directly on the machine (not in the browser).