> The onTap framework has some tools that accomplish the same > ends, I just don't see the need for XmlHTTPRequest as a > transport medium. Part of the reason I wasn't too hip to use > Dan Switzer's API in spite of it being a pretty small > library... I'd think you'd only need or want to use XML if > you planned to send data between different domains hosted on > separate servers, rather than within an individual > application where it seems to me it would be much more > efficient to _not_ need to continaully serialize and > deserialize XML packets.
You don't need to use XML to take advantage of XmlHTTPRequest, you can simply use it to fetch things via HTTP, which is a good thing to be able to do since you can avoid using frames/iframes/new windows, etc. You can just look into your responseText property instead of responseXML. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199210 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

