for which (element) attribute? for location, for example, you might use: GBaseAttribute geo = new GBaseAttribute("location", GBaseAttributeType.Location); geo["latitude"] = "+40.3484"; geo["longitude"] = "-074.657934"; Location geocode = new Location(geo); entry.GBaseAttributes.AddLocationAttribute("location", geocode);
as to queries, i believe there is no specific syntax to reference a sub-element -- either the attribute and value are indexed for search or not; if so, then the returned xml might be parsed to expose a value. -- 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 google-base-data-...@googlegroups.com. To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en.