tags:

views:

28

answers:

0

Hello there,

I have just gone through Google Base Feed documentation as a first step to start a new project. The project allows users to submit Property(Housing) feeds to Google Base.

I am having following doubt regarding - How to submit Feed to Google Base at code level.

There can be two approaches if I understand this right:

  1. To use Google Base Client Library objects: GBaseService, GBaseFeed/AtomFeed, GBaseEntry/AtomEntry
  2. To use XmlTextWriter and use its methods: WriteStartElement(), WriteElementString(), WriteAttributeString()

Please guide.