XML Data Island, Binding XML to HTML
This is an example of an XML Data Island. Feel free to view the code, but this is just an HTML page calling an XML document or and XML document bound to an HTML page, an outputting the XML data. This is very similar to binding a database and outputting the data, though in this case we are using an XML document to output the data instead of a Relational Database.
In some other examples I will introduce XSLT which will transform the data into something different than this current example; such as doing a query for Columbus, Ohio residents.
| Person | Last Name | First Name | Street | City | State | Zip Code | Home Phone | Cell Phone | Work Phone | SSN | DOB | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
home | me | faq | resume | portfolio | pics | site | asp | asp.net | java | javascript | sql | xml
algorithms | dbms | html | j2ee | mis | networking | os | se
algorithms | dbms | html | j2ee | mis | networking | os | se
Updated: Feb 24, 2005; Joe Gakenheimer
© joegakenheimer.com