7 messages in com.googlegroups.google-base-data-apiRe: housing posting issue-question
FromSent OnAttachments
DonMarcos27 May 2008 17:26 
Eric (Google)27 May 2008 23:25 
Marcos Oliva27 May 2008 23:30 
Marcos Oliva27 May 2008 23:34 
Eric (Google)28 May 2008 12:03 
Marcos Oliva28 May 2008 12:14 
Eric (Google)03 Jun 2008 16:55 
Subject:Re: housing posting issue-question
From:Eric (Google) (api.@google.com)
Date:05/27/2008 11:25:07 PM
List:com.googlegroups.google-base-data-api

Hi Marcos,

Did I answer this question in your other thread?

http://groups.google.com/group/Google-Base-data-API/browse_thread/thread/d561841986a0a691/44050fc262ddd4ac#44050fc262ddd4ac

Eric

On May 27, 5:27 pm, DonMarcos <marc@gmail.com> wrote:

Hello

I am trying to post the following, everything but the Author tag Content tag are not working, maybe somebody can give me a hint as to what is going on ?

<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"> <atom:author> <name type="text">Agent</name> <email type="text">ag.@here.com</email> </atom:author> <atom:title type="text">Test for Now , please delete</atom:title> <atom:content type="text">Property Description</atom:content> <item_type xmlns="http://base.google.com/ns/1.0" type="text">housing</item_type> <price xmlns="http://base.google.com/ns/1.0" type="floatUnit">12,000</price> <location xmlns="http://base.google.com/ns/1.0" type="location">123 main street Bell CA 90201 us </location> <agent xmlns="http://base.google.com/ns/1.0" type="text">Agent</ agent> <area xmlns="http://base.google.com/ns/1.0" type="number">4567</ area> <bathrooms xmlns="http://base.google.com/ns/1.0" type="number">4</ bathrooms> <bedrooms xmlns="http://base.google.com/ns/1.0" type="number">5</ bedrooms> <broker xmlns="http://base.google.com/ns/1.0" type="text">Broker</ broker> <quantity xmlns="http://base.google.com/ns/1.0" type="int">1</ quantity> <listing_Status xmlns="http://base.google.com/ns/1.0" type="text">active</listing_Status> <listing_type xmlns="http://base.google.com/ns/1.0" type="text">for sale</listing_type> <lot_size xmlns="http://base.google.com/ns/1.0" type="number">3</ lot_size> <mls_listing_id xmlns="http://base.google.com/ns/1.0" type="text">MLS 1234567890</mls_listing_id> <mls_name xmlns="http://base.google.com/ns/1.0" type="text">MLS name</mls_name> <property_taxes xmlns="http://base.google.com/ns/1.0" type="number">1,200</property_taxes> <provider_class xmlns="http://base.google.com/ns/1.0" type="text">broker</provider_class> <school_district xmlns="http://base.google.com/ns/1.0" type="text">School District</school_district> <style xmlns="http://base.google.com/ns/1.0" type="text">Spanish</ style> <year xmlns="http://base.google.com/ns/1.0" type="number">2000</ year> </atom:entry>