4 messages in com.googlegroups.google-base-data-apiRe: How do I read c:image tags?
FromSent OnAttachments
jhm14 May 2008 08:57 
Eric (Google)15 May 2008 16:13 
Jonathan Mast16 May 2008 10:34 
Eric (Google)16 May 2008 11:10 
Subject:Re: How do I read c:image tags?
From:Eric (Google) (api.@google.com)
Date:05/16/2008 11:10:30 AM
List:com.googlegroups.google-base-data-api

Hi guys,

I'm not familiar with what ROME does with namespaces, but as long as c: maps to http://base.google.com/ns/1.0 (i.e. xmlns:c='http://base.google.com/ns/1.0'), you should be fine.

g: is was is used in the feeds: http://code.google.com/apis/base/starting-out.html#dataname

Eric

On May 16, 10:35 am, "Jonathan Mast" <jhma@gmail.com> wrote:

ok, what api are you using?

I use ROME and i don't have to do anything with namespaces.

And it is <c:image_link>, with a C not G.

thanks

On Thu, May 15, 2008 at 7:13 PM, Eric (Google) <api.@google.com> wrote:

Hi jhm,

Do you mean the <g:image_link> entries? You should be able to read this tag like any other base attribute in the g namespace.

Eric

On May 14, 8:58 am, jhm <jhma@gmail.com> wrote:

I can't figure out how to read the content in c:image tags. The API I'm currently using, ROME, is apparently blind to them. I need some way to read these tags using Java.

Thanks