Chapter 11. USING XML
This chapter covers the following topics:
An introduction to XML and E4X
How XML can be used with ActionScript 3.0
The different methods of constructing XML
Extensible Markup Language (XML) is a simple, tag-based, descriptive language that can be created in any text editor. XML allows users to describe complex, hierarchical data structures in a simple and logical way. It has become popular because not only does XML make data portable, but it also ensures that data is digestible by every major language in modern computer programming.
XML has some simple rules and structural terminology that can be quite complex at times. However, don't panic; we will be using simple examples throughout this chapter to help you get up to speed quickly. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access