2006年1月11日

摘要: As deployment of XML data and web services becomes more widespread, you may occasionally find it convenient to connect an HTML presentation directly to XML data for interim updates without reloading the page. Thanks to the little-known XMLHttpRequest object, an increasing range of web clients can retrieve and submit XML data directly, all in the background. To convert retrieved XML data into renderable HTML content, rely on the client-side Document Object Model (DOM) to read the XML document nod 阅读全文
posted @ 2006-01-11 18:04 dnddn 阅读(863) 评论(0) 推荐(0)

导航