The documentation listed below is archived, obsolete material about open Web topics.
- E4X
- ECMAScript for XML (E4X) is a programming language extension that adds native XML support to JavaScript. It does this by providing access to the XML document in a form that feels natural for ECMAScript programmers. The goal is to provide an alternative, simpler syntax for accessing XML documents than via DOM interfaces. A valid alternative to E4X is a non-native JXON algorithm.
- E4X教程
- 本教程带你走入E4X (EcmaScript for XML)基本语法. 通过使用E4X,程序员可以通过一个类似JavaScript编程的语法来操作XML文档。
- LiveConnect概述
- 这一章描述了使用 LiveConnect 技术来使JavaScript和Java能够互相通信。本章假设你熟悉Java编程。