IMD493D XML Technologies

download syllabus

Resources

1. Resources for AJAX
A combination of several technologies: HTML, CSS, Javascript, DOM and XML. Learn more about how interactive web applications like Google Maps are created.

2. Web resources for XML
Some of good places to learn about XML, gather tools, and get the latest information. Resources for XML with PHP, Flash, RSS, and a few other things.

3. Parsing XML in Mozilla browsers
Several tutorials and articles on parsing XML with Mozilla, using data islands and other techniques.

4. Cross-browser XML parsing
In our XML course, we came up with a good way to parse XML files that works in both IE and Mozilla (Firefox) browsers. It uses getElementByTagName() to avoid crawling the DOM and whitespace problems. much