Changeset 4267

Show
Ignore:
Timestamp:
06/05/06 22:00:00 (2 years ago)
Author:
jburke
Message:

Fix for #524: removing XML support from IframeIO since both MSIE and Safari have serious implementation blockers (see bug for more info)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/io/IframeIO.js

    r4198 r4267  
    131131                                dojo.lang.inArray(kwArgs["mimetype"],  
    132132                                [       "text/plain", "text/html",  
    133                                         "application/xml", "text/xml",  
    134133                                        "text/javascript", "text/json"]) 
    135134                        )&&( 
     
    213212                                if(cmt == "text/json") { js = "(" + js + ")"; } 
    214213                                value = dj_eval(js); 
    215                         }else if((cmt == "application/xml")||(cmt == "text/xml")||(cmt == "text/html")){ 
     214                        }else if(cmt == "text/html"){ 
    216215                                value = ifd; 
    217216                        }else{ // text/plain