Gecco Posted January 24, 2013 Share Posted January 24, 2013 I am asked to submit my assignment at the end of the day. I have done all the designing part except for the XML-List part. I have no idea how to do it as I'm really new to XML. Here is my assignment. Any help or direction to the right path would be highly appreciate. **The Assignment** 01.Company needs to maintain the following information related to its clients. (a) Client ID (B) Name © Address (e) Contact information (fixed phone,fax,e-mail,mobile phone) (f) Products sold (g) Client category 02.The products are as follows (a) SEO website (B) Procedure Selector © Patient Forms 03.Client categories are as follows; (a) Dentists (B) Dermatologists © Gynecologists (d) Chiropractors Both categories and products should be expandable. You are required to develop an application with PHP and MySql/XML to maintain the clients data and to provide a web service to get access to clients, products & categories as an XML list to be used by other applications through a URL. You are not required to develop scripts to maintain the Categories & Products. However it needs to be available for creating new clients and the web service. Quote Link to comment Share on other sites More sharing options...
requinix Posted January 24, 2013 Share Posted January 24, 2013 XML is like HTML but you have a lot more freedom about what the tags are and how things are structured. Unless you have specific directions on the format, output valid and sensible XML and you're good. If you're not sure about sensible, look around at what some people use for their XML and get a feel for how it works. If you're still not sure, come up with something and ask us for feedback. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.