Well, Say I am working on a project that is gonna have lots of people online simultaneously and I need to provide them with data coming from some XML files. What would be the best way to do that when it comes to performance issues? Is there any real differences between xPath
or DOM
or I shouldn't care and just go ahead and use the one I like most?
Additionally, what is the problem using RegEx to parse a xml or xhtml file?