Hi.
Sorry if this is not the right place to post this, but since it
happened on App Engine, i thought it would be ok to post here.
I was fetching a feed from the Contacts API and i tried to do the
following, inside a loop to walk through the feed entries:


if entry.content:
    print entry.content.text


Instead of printing the content text, it printed the whole element.
When i did the following, it printed the content text:

if entry.content:
    print 'ya', content.text


Then when i erased the first string and printed only the content text,
the content text appeared.

I'm using Windows XP, SDK 1.3.8 and Python 2.5.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to