neojjang / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error in IE 11: XML Error: No XSLT processor available #178

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch a site in IE 11
2. Load/Save - Generate SQL button
3. Error occurs

What is the expected output? What do you see instead?
a SQL script is generated

What version of the product are you using? On what operating system?
2.7, Windows 8.1 IE 11

Please provide any additional information below.
- I am in the process of testing/implementing a new db, but cannot make it 
Work...

Original issue reported on code.google.com by ejls...@hotmail.com on 22 Dec 2013 at 10:15

GoogleCodeExporter commented 9 years ago
Hm, IE11 apparently fails all the tests at 
https://github.com/ondras/wwwsqldesigner/blob/master/js/wwwsqldesigner.js#L1470.
 How are we supposed to do XSLT then? :-(

Original comment by ondrej.zara on 30 Dec 2013 at 9:58

GoogleCodeExporter commented 9 years ago
A-ha! http://stackoverflow.com/questions/18891860/xslt-processing-on-ie11

Original comment by ondrej.zara on 30 Dec 2013 at 10:00

GoogleCodeExporter commented 9 years ago
Please try with the latest revision: 
http://code.google.com/p/wwwsqldesigner/source/detail?r=cb13d657f9fb4a354cb33f7a
d3822f7cc20bf2e8

Original comment by ondrej.zara on 30 Dec 2013 at 10:06

GoogleCodeExporter commented 9 years ago
Thanks, I tried the latest, got a Little bit further, now I get "Type mismatch" 
error here, line 1453:

sql = xmlDoc.transformNode(xslDoc);

(Works fine in Chrome an same PC)

Original comment by ejls...@hotmail.com on 1 Jan 2014 at 9:30