Re: [Xsltforms-support] XSLTForms & Opera
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2013-05-25 07:29:27
|
Christian, There is an additional security check within Opera which by default is set to No: opera:config#UserPrefs|AllowFileXMLHttpRequest Thank you for your feedbacks! -Alain Le 25/05/2013 09:15, Christian Grün a écrit : > Alain, > > thanks for the immediate response! Yes, all I did was copying the > following URLs to the address line.. > > c:\Users\user\Desktop\test.xml > file://c:/Users/user/Desktop/test.xml > file://localhost/c:/Users/user/Desktop/test.xml > > ..and they are all converted to: > > file://localhost/c:/Users/user/Desktop/test.xml > > It might be that the local address resolution of Opera causes the > problems? All of the URL mentioned above, however, seems to cause no > problems when being run in Firefox, Chrome or IE. > > Christian > ___________________________ > > On Sat, May 25, 2013 at 9:10 AM, Alain Couthures > <ala...@ag...> wrote: >> Hello Christian, >> >> This sounds like an issue in XSLTForms because localhost mixed within >> file:// (file://localhost/C:/) does not look valid. >> >> Is it correct that you just open the local file "text.xml" within Opera? >> >> Thanks! >> >> -Alain >> >> Le 25/05/2013 09:04, Christian Grün a écrit : >>> Dear Alain, >>> >>> when using Opera (Version 12.15), and when executing the following >>> XSLTForms example file... >>> >>> <?xml-stylesheet href="xsltforms/xsltforms.xsl" type="text/xsl"?> >>> <html/> >>> >>> ...stored at "C:/Users/user/Desktop/test.xml", I’m getting the >>> following exception: >>> >>> "File not found: >>> file://localhost/C:/Users/user/Desktop/xsltforms/config_en.xsl" >>> >>> The file exists, and it is found by the browser if I directly open the >>> returned URL. >>> >>> While this is most probably an Opera issue (I haven’t checked earlier >>> versions), I‘d like to know if there is a chance/if it makes sense to >>> fix something in XSLTForms? >>> >>> Thanks, >>> Christian >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring >>> service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may >>> _______________________________________________ >>> Xsltforms-support mailing list >>> Xsl...@li... >>> https://lists.sourceforge.net/lists/listinfo/xsltforms-support >>> |