ECMAScript for XML

ECMAScript for XML

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5121-8765-4

High Quality Content by WIKIPEDIA articles! ECMAScript for XML (E4X) is a programming language extension that adds native XML support to ECMAScript (which includes ActionScript, JavaScript, and JScript). The goal is to provide an alternative to DOM interfaces that uses a simpler syntax for accessing XML documents. It also offers a new way of making XML visible. Before the release of E4X, XML was always accessed at an object level. E4X instead treats XML as a primitive (like characters, integers, and booleans). This implies faster access, better support, and acceptance as a building block (data structure) of a program.