Hi I have an XML file that is storing numerous books and their details, I then have a PHP page that is to search the XML list by Author. This I can do but I was wondering how I can style the page for when the search button has been clicked. I would like to return all the books in the xml file that matches the authors name in a table, is this possible to do and is CSS or XSL what I would use?
Thanks in advance