Multi-site XML
Hi
I have a XML question, I currently have 5 sites selling lists of products and I want to know if I can use XML to create a master site with all of the items for all the other sites using XML. I am using a php page for each site to extract the contents of its individual database and display it as XML. The categories on the sites will all be uniform ie:
1.Widgets
2.Gizmos
3.thingymabobs
I want to create a master site for all the items and display them in a recordset type of way ie. I am using Dreamweaver to build it and using a LAMP environment to develop/create the sites.
Is this possible? If so:
1. How do I limit the recordsets to 10 per page using XML?
2. How do I filter the results in the XML feed to display only the categories selected on the master site?
Thanks
David
|