CSE691/891 - Internet Programming Summer 2001
prev next

XML Data Islands

This document contains an embedded XML document island. Your browser does not render it to its window, but it is available for access by scripts. Internet Programming Advanced Windows Programming Design Patterns



If you press this button and compare the three resulting alert boxes with the source code of this page (view/source), you will see how a script can access an embedded XML data island's data programmatically.

Here is an ASP example, from the Microsoft XML web site (see below), that creates an XML data island at the server, sends it down to this client. The data is extracted from the XML DOM and displayed.

ASP Example: test.asp


XML Document Object Model References XML Ref



prev next