W
warrenbbs
Hi
I'm completely new to the XML world (yes, welcome to the 21st
century!) and am working on a project where I will be supplied a daily
xml document that needs to be queried.
The scenario is that I'm working for a recruitment company and they
want a simple website interface where users can browse their vacancies
by clicking through several options - e.g. Click on their choice of
location, then click on salary range, then job type. So I need the
"search results" page to show the relevant vacancies according to what
they've clicked.
I'm able to do this easily enough in php/mySQL, but not sure how to
work with XML. I've read up a bit on XPath, but not seen any examples
of how to show the results of *multiple* search criteria, like in SQL:
SELECT * FROM table WHERE salary=X AND location=Y AND job_type=Z
Are there any useful tutorials on this kind of thing, or is anyone out
there able to shed some light? I'll be working in a PHP5 environment.
Thanks
Warren
I'm completely new to the XML world (yes, welcome to the 21st
century!) and am working on a project where I will be supplied a daily
xml document that needs to be queried.
The scenario is that I'm working for a recruitment company and they
want a simple website interface where users can browse their vacancies
by clicking through several options - e.g. Click on their choice of
location, then click on salary range, then job type. So I need the
"search results" page to show the relevant vacancies according to what
they've clicked.
I'm able to do this easily enough in php/mySQL, but not sure how to
work with XML. I've read up a bit on XPath, but not seen any examples
of how to show the results of *multiple* search criteria, like in SQL:
SELECT * FROM table WHERE salary=X AND location=Y AND job_type=Z
Are there any useful tutorials on this kind of thing, or is anyone out
there able to shed some light? I'll be working in a PHP5 environment.
Thanks
Warren