Working with XML in Internet Explorer 5
- XML Data Binding For simple projects where you don't want the full power of the DOM, Microsoft provides some data binding tools. (IE-only, of course!)
- XML Data Islands Although many have questioned the approach, Microsoft provides "data islands" within HTML documents, where you can store XML information and access it through the DOM.
- Creating HTML wrappers for external XML If you want to keep your XML separate from your HTML, you can use scripts that import XML information into an HTML wrapper document.
- Using XSLT to build Dynamic HTML If scripting XML seems to complicated, you can use XSLT to generate dynamic HTML instead.
<Previous Page TOC Next Page>
Copyright 2000 Simon St.Laurent