Re: [Xsltforms-support] How to support IE
Brought to you by:
alain-couthures
From: Mark S. <m_s...@ma...> - 2012-02-02 20:23:26
|
Hi, Thanks Alain and William for the tips. I have now got the XSLT and XHTML served with the MIME type application/xml. I have also tried XHTML with the mime type application/xhtml+xml. It hasn't helped though, the transform isn't being executed in IE9. I have checked using the F12 tool and the mime types are reported as set. No problems at all with the form in Safari, Firefox or Chrome. I can't help wondering if I'm missing something else. Best wishes Mark On 2 Feb 2012, at 20:03, Alain Couthures wrote: > Hello Mark, > > This is probably a mime-type problem because IE is checking them before applying the transformation. > > With IE9 you can use the F12 debugger to capture network traffic and look at effective mime-types. > > Depending on your Apache version, there is a mime.types file in the conf directory that should contain this uncommented line: > > application/xml xml xsl > > Thank you for your feedbacks! > > -Alain > > Le 02/02/2012 09:26, Mark Seaborne a écrit : >> Hi, >> >> I have set up an XSLTForms application on my machine using MAMP as the host. My XForms works beautifully in every browser I try with the exception of IE (8& 9). It looks as though the client-side XSLT just doesn't get called. Can anyone point me at documentation that explains what I need to do to to get my form to work in IE 8& 9. Thanks in advance for any advice. >> >> Mark >> >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-d2d >> _______________________________________________ >> Xsltforms-support mailing list >> Xsl...@li... >> https://lists.sourceforge.net/lists/listinfo/xsltforms-support >> > > |