Hi Santo, If you're working with the .Net client library, you can get the text data you need by accessing the Content member of your content object like this:
content.Content (I saw a very similar question on the Google Base data API group here: http://groups.google.com/group/Google-Base-data-API/browse_thread/thread/6e7bd45dbcb3671f ) Happy coding, Jeff On Apr 23, 7:16 am, Well Wisher <[EMAIL PROTECTED]> wrote: > Hello all, > > I am trying to get text inside <content> .... </content> tag from > feed withing an entry .... > > This is my code snippet ... > > Content content = entry.getContent(); > > Plz let me know how I can get text out of this content object ... > > Cheers !! > Santo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
