CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2003
    Location
    India Trichy
    Posts
    245

    How do I (Parse) read LOCAL XML Files using Javascript

    Hi gurus
    How do I (Parse) read LOCAL XML Files using Javascript?

    regs Balamurali C

  2. #2
    Join Date
    Dec 2002
    Posts
    47
    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

  3. #3
    Join Date
    Jun 2003
    Location
    India Trichy
    Posts
    245
    HI rfmobile thx for ur reply.
    rgs balamurali c

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured