ECMAscript for XML: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 49: Line 49:
; Php
; Php
* [http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=7843 PHP5 quick database E4X queries] (Adobe, Flex cookbook) by Sand Wyrm.
* [http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=7843 PHP5 quick database E4X queries] (Adobe, Flex cookbook) by Sand Wyrm.
; Namespaces
* [http://www.faqts.com/knowledge_base/view.phtml/aid/35123 How does E4X deal with XML with namespaces?]
* [http://www.faqts.com/knowledge_base/view.phtml/aid/35171 How can I access elements or attributes that are in a namespace?]


=== Standard and Manuals ===
=== Standard and Manuals ===

Revision as of 21:00, 18 November 2008

Draft

ECMAscript for XML (ak E4X) is an extension to ECMAscript.

It is available in

Using E4X is considerably simpler than using the DOM.

A little example

  • Story (look at the source of this file)

Links

Overviews

Introductions and tutorials

JavaScript
  • Fremantle, Paul and Anthony Elder (1005). AJAX and scripting Web services with E4X, Part 1, IBM Works, HTML
  • E4X by Mark. Useful as short manual !
Flash/ActionScript/Flex
  • E4X (Adobe, Flex, Getting Started)
Php
Namespaces

Standard and Manuals