Your xml loks fine to me. You can try one thing replace <g:item_type>Produkte</g:item_type> with <g:item_type>Product</g:item_type> or <g:item_type>Produkt</g:item_type>
On Mon, Sep 22, 2008 at 7:01 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > > i want to Post an Item in the german Google Base. I use the API over > PHP. The item that i want to post can not be found in german Googbe > Base. > > I found the following helps: > > http://code.google.com/support/bin/answer.py?answer=62882&topic=10184 > > > http://groups.google.de/group/Google-Base-data-API/browse_thread/thread/56be2539c73057be/685ad9563ce70f0f?lnk=gst&q=german#685ad9563ce70f0f > > no one of rthis can help me. Here are my XML string: > > <?xml version='1.0'?> > <entry xmlns='http://www.w3.org/2005/Atom' > xmlns:g='http://base.google.com/ns/1.0'> > <author> > <name>*****</name> > <email>*****</email> > </author> > <title type="text">*****</title> > <content type="html">*****</content> > <link rel='alternate' type='text/html' href='*****'/> > <g:price>1.99 EUR</g:price> > <g:image_link>*****</g:image_link> > <g:produktart></g:produktart> > <g:target_country type="text">DE</g:target_country> > <g:item_language type="text">DE</g:item_language> > <g:zustand type='text'>Neu</g:zustand> > <g:item_type>Produkte</g:item_type> > <g:modellnummer>*****</g:modellnummer> > <g:versand> > <g:land>Deutschland</g:land> > <g:service>Postpaket</g:service> > <g:preis>5.90 EUR</g:preis> > <g:land>Österreich</g:land> > <g:service>Postpaket</g:service> > <g:preis>9.51 EUR</g:preis> > </g:versand> > <g:id>1025</g:id> > </entry> > > I didn´t find a Solution :-( > > best greets from germany and sorry for my baaad englisch > Wasrun > > > -- +++++++++++++++++++++++++++++++ Thanks & Regards Sumit Kumar http://www.sumitverma.com/ +91-9213964855 +91-9999186308 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
