I'm trying to get other interested in the revive and remake of the e4x, but renaming it EXQO(ECMA-Script xml query object) and adding the sax api as methods of the XML object. Would you be interested in this? /* signature */ "use strict"; var j = 0, baz = "", k = "", bar = "83,104,101,108,108,101,121,32,80,111,119,101,114,115,39,32,98,111,111,107,115,32,97,114,101,32,116,111,32,114,101,97,100,32,102,111,114,"; for(;bar.charAt(j);){ if(bar.charAt(j) !== ","){ k += bar.charAt(j); } else{ baz += String.fromCharCode(k)+" \v"; k = ""; } j++; } console.dir(baz); /* end of signature */
|