Here is how I finally solved the namespace problem. It adds the
correct namespace at the atom entry.
doc = New XmlDocument
attribute = doc.CreateAttribute("xmlns", "meter", "http://www.w3.org/
2000/xmlns/")
attribute.Value = "http://schemas.google.com/meter/2008"
entry.ExtensionElements.Add(New XmlExtension(attribute))
On Jun 19, 9:34 pm, Tom Wilson <[email protected]> wrote:
> Celebirds right there isn't any examples because the Google Base API
> and accepted format etc... are very defined and closed off.
>
> On Jun 19, 8:36 am, Celebird <[email protected]> wrote:
>
>
>
> > the syntax looks correct; however i believe the
> > only allowed namespaces outside of batch:
> > are atom: and g: -- and the only allowed
> > custom attributes are added within g:
>
> > that is, the namespaces might be added
> > but associated attributes can't be used.
>
> >http://code.google.com/apis/base/starting-out.html- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---