Does anybody know how to convert a valid XML string into a JavaScript object without using jQuery or other DOM libraries? The reason I'd like to do it just in JavaScript is because this is all server-side and doesn't have anything to do with a particular browser.Just to re-emphasize - this is not client-side JavaScript. It is server-side.Thanks,doug