XML feed

M

MickB

Hi, thanks for taking the time to look at my question....
There is another website (estate agent type) who is able to send me an xml
feed of their property details. I want to display these details on an asp
page if possible, and even better to manipulate it into a format consistant
witht my web site.
Example snip of xml feed

<?xml version="1.0" encoding="UTF-8" ?>
- <root>
- <property>
<id>{8437427A-EE7E-4F55-99A3-9228BE6BA1D8}</id>
<ref>A3VI0002</ref>
<complex>LOS SERENOS</complex>
<beds>3</beds>
<baths>2</baths>
<interior>122</interior>
<exterior>100</exterior>

I would normally use an access databse as the data source for the asp page,
and can (with previous help from this group!) draw the data from the database
and format it ok on an asp page, but just dont know where to start with an
xml feed.
many thanks Mick
 
M

MickB

Thanks Ron very much, import into Access worked fine, and I can take it from
there, many thanks again, Mick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top