[autocomplete]

[autocomplete]

I want to ask a question relating to the plugin from here
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/

Rather than using something like this
$("#suggest11").autocomplete(
cities)
is it possible to use the php GET function and use xml data.
For example, how can we decode
http://www.google.com/complete/search?hl=en&xml=true&qu=eric


to get the suggestions for eric?