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”.






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….
If this script runs from local, it won’t spit an error message.