Sure, I posted an XML parser in the group a while back. It's just a wrapper around the native browser XML parsers:
http://groups.google.com/group/jquery-en/browse_frm/thread/95718c9aab2c7483/af37adcb54b816c3?lnk=gst&q=parsexml#af37adcb54b816c3 If that link gets broken in your email client, this search should find it: http://www.google.com/search?q=jquery+parsexml+geary The code is essentially the same as what Google uses in some of their JavaScript APIs, so it should be pretty solid. -Mike On Nov 8, 7:27 am, chrisb <[EMAIL PROTECTED]> wrote: > > My question is - Is it possible to convert an XML string on the client/ > browser into the same type of DOM object so that it can be queried in > the same way?