Chapter 20. Scripting XML

In This Chapter

As you know, XML is a metalanguage for marking up documents containing structured data. As a data representation language, XML doesn't do much by itself. In order to do interesting things with XML, you must use it in the context of an enabling technology, such as a scripting language. Scripting languages provide a very handy means of developing interactive Web-based applications that are driven by XML data. The main requirement is that a scripting language must be able to access the logical structure of XML documents, which is essentially an XML tree.

This chapter will introduce you to XML scripting, which ...

Get XML Unleashed 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.