← Prev in month
← Prev in thread
Next in thread →
Next in month →
Revive E4X as EXQO with extended SAX as Methods
I find it non-fair that xml dev favorite java over ECMA-Script. So I wish to propose a xml object that have the functionality as the e4x object did, plus sax functionality as add on methods to be a download package to be of use in server side and client side ECMA-Script programming. If you find this ideal interested, but wish not to take the time to make this happen. Than please send an email to ECMA site: http://www.ecma-international.org/contact/Contact.html They believe that it is a not wanted feature, but just doesn't know how wanted it is. /* 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 */
← Prev in month
← Prev in thread
Next in thread →
Next in month →