Computer Science W80

Project 4: JavaScript XML/DOM program

In this project you will use XML DOM in JavaScript to parse an XML file and generate a web page as a result.

Write a web page containing JavaScript and HTML that reads the authInfo.xml file of project 3 and generates a web page with a list of Augustine's books mentioned in that file. The title of each book should be linked to the URL given in the file. The file is located at ~hplantin/public_html/authInfo.xml and it is also available as http://153.106.117.102/~hplantin/authInfo.xml

If you need a hint, see ~hplantin/public_html/domtest.html, but try it without peeking first.

Print out your program with your name on it and turn it in.