R
RiseY3K
Hi,
I am fairly new to XML, any help is appreciated.
I would like to add a search box on my site, that will allow me to
search through NAME of the xml-list like the one below, and display a
user with their information. Name can be entered as firstname, lastname
or both.
<EMPLOYEE_LIST>
<EMPLOYEE>
<NAME>Kevin A Freeman</NAME>
<DOB>08/23/68</DOB>
<HIRE>07/01/97</HIRE>
<PIC>images/KevinFreeman.jpg</PIC>
<POSITION>Sales Manager</POSITION>
</EMPLOYEE>
<EMPLOYEE>
<NAME>Cindy Onkalavia</NAME>
<DOB>09/16/74</DOB>
<HIRE>07/01/97</HIRE>
<PIC>images/CindyOnkalavia.jpg</PIC>
<POSITION>Auditor</POSITION>
</EMPLOYEE>
I am fairly new to XML, any help is appreciated.
I would like to add a search box on my site, that will allow me to
search through NAME of the xml-list like the one below, and display a
user with their information. Name can be entered as firstname, lastname
or both.
<EMPLOYEE_LIST>
<EMPLOYEE>
<NAME>Kevin A Freeman</NAME>
<DOB>08/23/68</DOB>
<HIRE>07/01/97</HIRE>
<PIC>images/KevinFreeman.jpg</PIC>
<POSITION>Sales Manager</POSITION>
</EMPLOYEE>
<EMPLOYEE>
<NAME>Cindy Onkalavia</NAME>
<DOB>09/16/74</DOB>
<HIRE>07/01/97</HIRE>
<PIC>images/CindyOnkalavia.jpg</PIC>
<POSITION>Auditor</POSITION>
</EMPLOYEE>