Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.86 KB

File metadata and controls

37 lines (29 loc) · 1.86 KB

Working with XML

ActionScript 3.0 includes a group of classes based on the ECMAScript for XML (E4X) specification (ECMA-357 edition 2). These classes include powerful and easy-to-use functionality for working with XML data. Using E4X, you will be able to develop code with XML data faster than was possible with previous programming techniques. As an added benefit, the code you produce will be easier to read.

More Help topics

XML class

XMLList class

ECMA-457 specification

Adobe recommends

Marc Bir discusses E4X, the easy way to work with XML data in ActionScript 3.0. He covers techniques for creating XML and filtering XML to find the data you need.