December 1999
Intermediate to advanced
992 pages
22h 3m
English
Although it is certainly important to understand both scripting languages and the XML DOM, the best way to really understand how to develop scripts for XML is to look at some real examples. The remainder of the chapter will focus on several examples that demonstrate how to use JavaScript and XML DOM in Internet Explorer 5.0 to access and manipulate XML document data. The Movies XML document that you saw earlier in the book is used as the basis for the scripting examples. This document is shown in Listing 20.2 just in case you don't remember how it is structured.
<?xml version="1.0" standalone="no"?> <!DOCTYPE movies SYSTEM "Movies.dtd"> <movies> <movie type="comedy" rating="PG-13" ... |
Read now
Unlock full access