I've created an issue on this:
http://code.google.com/p/gdata-issues/issues/detail?id=1343

<http://code.google.com/p/gdata-issues/issues/detail?id=1343>Please star it.

Thanks!
Eric

On Thu, Jul 23, 2009 at 8:31 AM, haydenyo...@wijiti.com <
haydenyo...@wijiti.com> wrote:

>
> I'm using the same method to retrieve html documents from google docs
> and am not getting any embedded css at all. I'm using the link;
>
> "http://docs.google.com/feeds/download/documents/Export?docId="; . $id
>
> There are styling tags but any customized css will not show up which
> makes displaying uploaded documents difficult.
>
> On Jul 23, 2:35 am, Eric Bidelman <api.e...@google.com> wrote:
> > Can you send me the two files?
> >
> > On Wed, Jul 22, 2009 at 1:09 AM, cgrizz <cartergre...@gmail.com> wrote:
> >
> > > its not that.  yes there is styling tags within body content.  but
> > > last week i was getting <html> tags and <head> tags and <style> tags
> > > with css in that style tag that i was using to get the font sizing and
> > > font style from.
> > > last week it was working.  have you done any changes.
> > > i can show you what i was getting and what im getting now.
> > > i have a saved copy of what i got before, would that help?
> >
> > > On Jul 22, 10:21 am, Eric Bidelman <api.e...@google.com> wrote:
> > > > Hi,
> > > > I'm seeing the style information inlined in the body of the
> > > > exported HTML.  I also don't see <html> tags.
> >
> > > > Having said that, if the HTML export is formatted correctly,
> > > > would it be possible for you to just add the relevant html
> > > > tags?
> >
> > > > Eric
> >
> > > > On Sun, Jul 19, 2009 at 9:30 PM, cgrizz <cartergre...@gmail.com>
> wrote:
> >
> > > > > just over the weekend I've been having issues downloading the whole
> > > > > code when i download an html file.  im using javascript:
> >
> > > > > var gurl = "/proxy/docs.google.com/feeds/download/documents/Export
> ?
> > > > > docID="+docID+"&exportFormat=html";
> > > > >                var http = new XMLHttpRequest();
> > > > >                http.open('GET', gurl, true);
> >
> > > > >                http.setRequestHeader("Authorization", "GoogleLogin
> > > > > auth="+authToken);
> >
> > > > >                http.onreadystatechange = function () {
> > > > >                        if (this.readyState == 4 && this.status ==
> 200){
> >
> > > > >                          HTMLtxt = http.responseText;
> >
> > > > >                        }
> > > > >                };
> >
> > > > >                http.send(null);
> >
> > > > > this is the call i'm making.  all i get back in the
> http.responseText
> > > > > is the body html code.  i dont get the <head> tag anymore or the
> > > > > overall <html> tag.  is anyone having this problem.
> >
> >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to