just to claify the requirements, i'm wanting to list electrical
products on GB.

i need to:

1, query my db for products
2, turn query into an xml file and save onto my web server
3, xml file should contain the following attributes:

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom"; xmlns:g="http://
base.google.com/ns/1.0">
<title>Product Title</title>
<link href="Link To My Web Store" />
<updated>Date that product was last updated</updated>
<author>
<name>Web site name?</name>
</author>
<id>Not sure about this bit</id>
<entry>
<title>Product title again?</title>
<id>Not sure about this bit</id>
<link href="Link to my site again?" />
<summary>Product Description</summary>
<updated>Date that product was last updated</updated>
<g:image_link>http://www.image location</g:image_link>
<g:expiry_date>exp date</g:expiry_date>
<g:location>location of item</g:location></entry>
</feed>

4, create datafeed on GB control panel & upload xml file.



is that correct? have i missed anything?

zac


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to