GreenSock


XMLParser – Painless XML Translation

Posted in XML by jack on the February 6th, 2007

This class provides an easy way to load and/or send an XML file and parse the data into a format that’s simple to work with. Every node becomes an array with the same name. All attributes are also easily accessible because they become properties with the same name.

More...