UWVA#36507 (deeplink naar) smoelenboek gaf 'not allowed' error op stylesheet

svn path=/Website/branches/v2016.1/; revision=29431
This commit is contained in:
Jos Groot Lipman
2016-05-18 12:25:56 +00:00
parent cda2ad27cb
commit 8e3e9918ae

View File

@@ -350,6 +350,7 @@ ResultsetTable.prototype.ProcessAsXMLXSL = function()
var xsldoc = new ActiveXObject("Msxml2.FreeThreadedDOMDocument.6.0");
var xslproc;
xsldoc.async = false;
xsldoc.setProperty("AllowXsltScript", true);
xsldoc.load(xslfile);
xsldoc.resolveExternals = true;
xslt.stylesheet = xsldoc;