Tales from the Evil Empire

Bertrand Le Roy's blog

News


Bertrand Le Roy


Add to Technorati Favorites Tales from the Evil Empire - Blogged

Blogs I read

My other stuff

Archives

XmlHttpRequest now a W3C standard

Contrary to what I said in my previous post, XmlHttp is now a W3C standard (draft):
http://www.w3.org/TR/XMLHttpRequest/

(found via Christian Wenz, who is the author of an excellent book on Atlas)

On a side note, it's also natively implemented in IE7 which means no more ActiveX.

Comments

Robert McLaws said:

It hasn't been ratified yet so it's not a standard.
# April 14, 2006 6:19 PM

Bertrand Le Roy said:

Robert: that's why I mentioned that it's a draft.
# April 14, 2006 6:27 PM

Andrey Skvortsov said:

Does XmlHttpRequest object works in latest IE7 CTP drop?
Previous versions throw "not implemented" exception.

Thanks for info.
# April 15, 2006 12:32 PM

Tobias said:

Yes it does!
But no longer as ActiveX control but as native XmlHttpRequest.
More details: http://blogs.msdn.com/ie/archive/2006/01/23/516393.aspx
# April 18, 2006 1:39 PM

TrackBack said:

a19s points to this post
# April 19, 2006 3:49 AM

jvierra said:

That's why  Ihave been using XMLHTTP since it was made available.  It works, it's straght out useable and it looked like a good bet for a standard.

MSXML objects are very user friendly unlike th eearly days of "ADO".

# June 15, 2006 7:35 PM