Only obvious problem I see is not in the url structure. <g:product_type xmlns:g='http://base.google.com/ns/1.0' type='text'>Apparel > outerwear</g:product_type>
needs to have the greater than symbol encoded, like so: <g:product_type xmlns:g='http://base.google.com/ns/1.0' type='text'>Apparel > outerwear</g:product_type> this is documented at http://base.google.com/support/bin/answer.py?answer=78170&hl=en, the attribute list, just look for product_type on that page and it shows it in the answer. On Nov 25, 5:05 pm, icebackhaz <[EMAIL PROTECTED]> wrote: > Fake host names and data of course, but we're looking for a problem in > the url structure (or are just too impatient and these would show up > eventually?) > > <atom:entry> > <atom:id>8eba6d1b-058f-4012-b2d8-1d1d4c8dd555</atom:id> > <app:control xmlns:app='http://purl.org/atom/app#'> > <app:draft>yes</app:draft> > </app:control> > <atom:title type='text'>Iceback-Parka</atom:title> > <atom:link rel='alternate' type='text/html' href='http:// > app.testCompany.com/Shop/Control/Product/fp/vpid/asdbasdf/vpcsid/0/SFV/ > 1001' hreflang='us_EN' title='BUY IT'/> > <atom:link rel='alternate' type='application/atom+xml' href='http:// > app.testCompany.com/img/image/fp/VPID/asdbasdf'/> > <g:id xmlns:g='http://base.google.com/ns/1.0' > type='text'>8eba6d1b-058f-4012-b2d8-1d1d4c8dd555</g:id> > <g:item_type xmlns:g='http://base.google.com/ns/1.0' > type='text'>products</g:item_type> > <g:price xmlns:g='http://base.google.com/ns/1.0' > type='floatUnit'>395.0 USD</g:price> > <g:Description xmlns:g='http://base.google.com/ns/1.0' > type='text'>Snowshoes</g:Description> > <g:product_type xmlns:g='http://base.google.com/ns/1.0' > type='text'>Apparel > outerwear</g:product_type> > <g:condition xmlns:g='http://base.google.com/ns/1.0' > type='text'>used</g:condition> > <g:model_number xmlns:g='http://base.google.com/ns/1.0' > type='text'>model 1001</g:model_number> > <g:brand xmlns:g='http://base.google.com/ns/1.0' > type='text'>Iceback</g:brand> > <g:weight xmlns:g='http://base.google.com/ns/1.0' > type='floatUnit'>1.2 kg</g:weight> > <g:height xmlns:g='http://base.google.com/ns/1.0' > type='floatUnit'>1.0 in</g:height> > <g:width xmlns:g='http://base.google.com/ns/1.0' > type='floatUnit'>2.0 in</g:width> > <g:length xmlns:g='http://base.google.com/ns/1.0' > type='floatUnit'>3.0 in</g:length> > <g:upc xmlns:g='http://base.google.com/ns/1.0' > type='text'>100100000000</g:upc> > <g:application xmlns:g='http://base.google.com/ns/1.0' > type='text'>test1-lister-1.0</g:application> > <batch:id>BN000001</batch:id> > <batch:operation type='insert'/> > </atom:entry> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
