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