Hi, I''m trying to implement a RoR application that queries an external data source from the web browser, parses the XML list of items that''s returned, and presents that list in an autocomplete box. Doing this when the javascript is querying the original web page is fairly straight forward since I can parse the xml on the server, but I''d really like to offload this part to the browser to make things faster. Also, I know there are javascript XML parsers, it''s integrating one of those with the builtin RoR javascript libraries that makes things tricky. Thanks for any advice/help. Scott