I really don't get it. I have an .xml file (property feed specification) from a real estate agent and a www. link. How do I incorporate this into my website so that is shows their properties from the feed. Where do I start?
bill
6:33 am on Sep 27, 2011 (gmt 0)
One idea might be to parse the XML file and use it to build a database. Then you could use that database to power that part of your site.
zabalex
1:03 am on Nov 7, 2011 (gmt 0)
writing some code to parse the xml elements and display it where you want to display on your page. google for fetching xml elements and you can have some good posts that show you the code as well.
deborahbaker
8:53 am on Nov 7, 2011 (gmt 0)
okay thanks. that gives me somewhere to start but I have a feeling I will be back.