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. ...
Get Foundation ActionScript 3.0 for Flash and Flex 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.