xml in JScript

I always wondered if there are any ways to load and parse xml document using JavaScript(JScript) for IE.

In flash that’s kinda cake, but performance-wise, it halts sometimes. Also flash supports xslt, but supports are very minimal.

Here it comes again.
I found out ways to load and parse xml document on the fly using JScript only. It’s “MSXML”.

  • Trackback are closed
  • Comments (2)
    • Shinhee Kim
    • July 7th, 2004 11:30am

    I wasn’t aware of sandbox set up for IE. When you try to access a xml document on a different server, you would get “access is denied” error message. Now I gotta figure out how to resolve that issue….

    • Shinhee Kim
    • July 7th, 2004 2:26pm

    If this script runs from local, it won’t spit an error message.

Comment are closed.