On Sun, Jan 12, 2014 at 3:57 PM, Ben Andrews <[email protected]> wrote:
> I'm hoping for some help with urlfetch. > > I run urlfetch.fetch(url) and see the content. However, there are > elements missing. For example: > > Original website: > <!--[if gt IE 9]><!--> <html class="no-js" lang="en" xmlns:fb=" > http://www.facebook.com/2008/fbml" > > urlfetch returns: > <!--[if gt IE 9]><!--> <html class="no-js" lang="en"> > This continues throughout the whole document. Is this expected behaviour > or am I doing something wrong? > > First of all, the XML reference tends to be for inserting Facebook content (Like buttons, etc) into web pages. Are you interested in maintaining that content? For most purposes you could skip it and not lose anything important. If you must retain that text, what URL are you fetching from, and what is the document intended for? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
