Re: [Xsltforms-support] Strange error in submission with method=get & replace=all
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-04-05 19:20:07
|
Hello Javier, > we have corrected the error commenting line 233 of xsltforms.js: > > if (Core.isMozilla) { req.overrideMimeType("text/xml"); } > > But I don't know if this would affect to something else... > According to MDC (https://developer.mozilla.org/en/AJAX/Getting_Started), "Some versions of some Mozilla browsers won't work properly if the response from the server doesn't have an XML |mime-type| header. To satisfy this, you can use an extra method call to override the header sent by the server, just in case it's not |text/xml|." So I prefer not commenting this line now but this might happen if necessary. Thanks! -Alain |