View Single Post
  #2  
Old 07-26-2007, 03:40 AM
vadivelanvaidyanathan vadivelanvaidyanathan is offline
D-Web Genius
 
Join Date: Feb 2007
Posts: 801
vadivelanvaidyanathan is on a distinguished road
Default Re: What are XML data islands?

Internet Explorer 5 introduced a new concept of embedding chunks of XML data inside the Web HTML page, and then accessing that XML data either from the client-side script or directly binding that data to the HTML controls such as HTML tables. These are known as XML Data Islands and sometimes turn out useful in scenarios such as in avoiding the round-trip to the server. The XML data is enclosed between the special tags ().
Reply With Quote