XML Course Materials: Week 8

Materials used in the lecture

  1. This week's lecture slide.
  2. We shall use the example in Chapter 19: Document Object Model (DOM), in the book XML in a Nutshell, 3rd Edition, by Elliotte Rusty Harold.
    Link: http://www.cafeconleche.org/books/xian3/examples/19/.
  3. The Java code in the example is to be used with the example files from Chapter 21: XML 1.0 Reference of the same books.
    Link: http://www.cafeconleche.org/books/xian3/examples/21/.

More resources on the Web

  1. Document Object Model Core is a module in the Document Object Model (DOM) Level 2 Core Specification, Version 1.0 (W3C Recommendation, published on November 13, 2000). The W3C recommendation can be found at the following link.
    Link: http://www.w3.org/TR/DOM-Level-2-Core/
  2. Elliotte Rusty Harold has a tutorial on DOM.

Valid XHTML 1.0 Strict