myXML = new XML()
myXML.ignoreWhite = true
myXML.load("info.xml")
myXML.ref = this
myXML.onLoad = function(succes){
if(succes){
var root = this.firstChild
nodes = root.childNodes
for(var i=0; i |
Pastie
Support Pastie
or read my
Pastie << self
blog
myXML = new XML()
myXML.ignoreWhite = true
myXML.load("info.xml")
myXML.ref = this
myXML.onLoad = function(succes){
if(succes){
var root = this.firstChild
nodes = root.childNodes
for(var i=0; i |