Hi, Is there anyway via the js api to easily parse xml? I know you can get the contents of a file by doing document.content and it's easy to get the mimetype (via the API), so, is there a simple way to load an xml document (so that I can parse it and extract data and do whatever) via teh JS API?