What Is JavaScript?

JavaScript (which is not actually related to Java) is the most popular scripting language today. Using JavaScript, you can embed programs in Web pages and run those programs. In the next chapter, we'll see how to use those programs to retrieve the contents of XML elements and attributes, and we'll even see how to search XML documents for data.

Internet Explorer provides strong XML support with XML islands, which let you embed XML directly in HTML pages, and by letting you read XML documents directly. In this chapter, we'll learn how to use JavaScript. In Chapter 7, we'll use it to parse XML documents. In Chapter 8, “XML and Data Binding,” we'll use JavaScript to load XML documents into database recordsets that have a great ...

Get Real World XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.