I am trying to figure out how to process XML in java script So i googled for it. The problem is , I don't know whether the tutorials I see will work only on IE.
What is the "Standard" way to process Xml data in java script?
**Edit:
Thanks for all your answers.
I want to ask another question then. Is there some kind of 3rd party library which let me transperatly write JS code without worry about cross-browser functionality** to respond to your edit: You probably want something like jquery or prototype -- both are frameworks aimed at reducing cross-browser headaches and providing sets of useful utility methods/functions
以上就是cross-browser standard Xml processing in Java Script的详细内容,更多请关注web前端其它相关文章!