Chapter 18. XML

IN THIS CHAPTER

  • Importing and Reading XML

You probably know this already: You're going have to learn XML whether you want to or not. All the browsers are starting to adhere more closely to the W3C DOM, and the DOM relies heavily on XML as a way to structure data. The DOM is primarily meant as a way to reference and manipulate XML documents. It works for HTML, because HTML looks a lot like XML. If you're unfamiliar with XML and you'd like a quick tutorial, check out the XML primer in Appendix A. If you want to know lots and lots about XML, check out Essential XML for Web Professionals by yours truly.

Get Advanced JavaScript™: Insights and Innovative Techniques 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.