[jQuery] Jquery Autocomplete plugin question = Can I feed it an xml or js file for the completion items?

[jQuery] Jquery Autocomplete plugin question = Can I feed it an xml or js file for the completion items?


Has anyone used the Autocomplete plugin by feeding it an xml file not
generated from a sql result?
I am writing a Greasemonkey script to autofill an input box from a
list of possible selections that I would like to store in an xml file
or a js file inside the Greasemonkey script.
Anyone have a tutorial, sample etc.?
I guess it would be similar to the php script but I do not want to
query a db. I just want to supply a flat file.
Thanks & regards,
Mike