How do I incorporate an xml datafeed into a website?
I am in the process of creating an online store for myself. After looking at the company website to find product images and descriptions, I found out they use an xml datafeed. How do I incorporate this xml datafeed into my website? I am using dreamweaver cs4. I’m sure this seems like a dumb question, but I am new at this.
You’ll have to learn how to write an XSLT transform, or implement the transform using a programmatic language.
I assume the images are URL’s within the XML?