6 messages in com.googlegroups.bloggerdev[bloggerDev] '</ifame>' disappear whe...
FromSent OnAttachments
Ken Chen01 Jun 2008 03:22 
Jeff Scudder02 Jun 2008 14:38 
Ken Chen04 Jun 2008 00:48 
Ryan Cullen04 Jun 2008 08:39 
Jeff Scudder04 Jun 2008 08:58 
Ken Chen04 Jun 2008 23:18 
Subject:[bloggerDev] '</ifame>' disappear when publishing a blog post.
From:Ken Chen (Ken7@gmail.com)
Date:06/01/2008 03:22:33 AM
List:com.googlegroups.bloggerdev

Hi.

I am trying to creating post through Blogger Data API. I find, the '</ iframe>' will disappear after posting to the Blogger.

Please check this URL: http://kenchenblog.blogspot.com/2008/06/test-iframe.html

Because the '</iframe>' disappeared, the page is broken. But in original post, the '</iframe>' is exists.

What I send to logger Data API is:

POST /feeds/3092354783568168411/posts/default HTTP/1.1 Content-type: application/atom+xml Authorization: AuthSub token="CNvr9-i5BBCepqr-_f____8B" Content-length: 380 UserAgent: PHP Host: www.blogger.com Connection: Close

<?xml version="1.0" encoding="UTF-8"?> <entry xmlns="http://www.w3.org/2005/Atom"> <title>test iframe</title> <content type="xhtml"> <div> <p> <iframe width='510' height='300' frameborder='0' scrolling='no' src='xxxxx'> </iframe> </p> </div> </content> </entry>

In Blogger, it is: <div> <p><iframe src='http://friend.top1069.com/showmap.html? center=25.0450923983,121.557712555&amp;markers=25.0450923983,121.557712555,purple&amp;zoom=7' scrolling='no' frameborder='0' height='300' width='510'/></p> </div>

The '</iframe>' disappears! I also try to use '<object>' to replace '<iframe>'. Firefox works fine, but IE6 seems not to understand '<object type="text/html"",

Thanks a lot, and please forgive my poor English.