K
Korazy
Guest
I have RDP users that need to view XML with XSLT defined in Internet Explorer 11. The XML file and XSLT file are on the local file system, and in IE 11, it always want to download the XML file and not show the XML transformed on the screen. How can I get IE 11 show the XML transformed by the defined XSLT file from the local file system?
This is what the top of the XML looks like:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="C:\Program Files (x86)\Intuit\QuickBooks 2020\components\payroll\ROE.xsl"?>
<ROEHEADER FileVersion="W-2.0" SoftwareVendor="Intuit Inc." ProductName="QuickBooks Payroll" ProductVersion="30">
Continue reading...
This is what the top of the XML looks like:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="C:\Program Files (x86)\Intuit\QuickBooks 2020\components\payroll\ROE.xsl"?>
<ROEHEADER FileVersion="W-2.0" SoftwareVendor="Intuit Inc." ProductName="QuickBooks Payroll" ProductVersion="30">
Continue reading...