Hi ,
iam working in a travel portal.
i need the autocomplete example .the data should be come from an xml file.
if i enter 3 character of a place .name of all places starts with that place should be shown.
i don't need ajax example. how it is possible
Regards Baiju.
here is the xml file
<?xml version="1.0" encoding="utf-8"?>
<Persons>
<Person>
<id>100</id>
<Name>Ellahggg</Name>
<City>LAddf</City>
<Age>13</Age>
</Person>
<Person>
<id>101</id>
<Name>Ingridjhhh</Name>
<City>Oslofff</City>
<Age>63</Age>
</Person>
<Person>
<id>102</id>
<Name>baiju</Name>
<City>kollamfff</City>
<Age>37</Age>
</Person>
<Person>
<id>103</id>
<Name>ddjkk</Name>
<City>hhh</City>
<Age>888</Age>
</Person>
<Person>
<id>104</id>
<Name>eejjhhh</Name>
<City>eee</City>
<Age>543</Age>
</Person>
</Persons><?xml version="1.0" encoding="utf-8"?>
<Persons>
<Person>
<id>100</id>
<Name>Ella</Name>
<City>LAffff</City>
<Age>13</Age>
</Person>
<Person>
<id>101</id>
<Name>Ingrid</Name>
<City>Oslokk</City>
<Age>63</Age>
</Person>
<Person>
<id>102</id>
<Name>baiju</Name>
<City>kollam</City>
<Age>37</Age>
</Person>
</Persons>