I am digitizing my family's address book into a format and location that we can all access. I understand enough about XML to input addresses and other contact info, but I was intrigued by the example on the XML HTTP Request page that involved a string search function that would work perfectly as opposed to displaying contacts a few at a time and making sure they are in alphabetical order in the .xml file. While searching through the source code of the function on the page, I found no reference to loading the .xml file that acts as the name list to search from. I realize that there is a lot of