Hi,
I am using IE ActiveX to display XML files with an XSL stylesheet. But sometimes IE refuses to display due to its security. Do you know a library that will allow you to display XML from XSL without using IE?
Regards
Piotr
XML with XSl style sheet
Re: XML with XSl style sheet
When you say IE ActiveX are you referring to xbpHtmlViewer?
Are you saying that the style sheet is what is causing the security problem or is it the XML file?
Do you get the same security issue if you display the XML with the web browser instead of the Active X control.
Are you saying that the style sheet is what is causing the security problem or is it the XML file?
Do you get the same security issue if you display the XML with the web browser instead of the Active X control.
The eXpress train is coming - and it has more cars.
Re: XML with XSl style sheet
Hi Roger,
yes, I use XbpHtmlViever, the problem occurs only when I add line with stylesheet. And when I open directly with Internet Explorer is the same.
The XML file and XLST file are correct, on another computer the file is displayed with visualisation. The XML and XSLT files are on the same directory.
Regards
Piotr
yes, I use XbpHtmlViever, the problem occurs only when I add line with stylesheet. And when I open directly with Internet Explorer is the same.
The XML file and XLST file are correct, on another computer the file is displayed with visualisation. The XML and XSLT files are on the same directory.
Regards
Piotr
Re: XML with XSl style sheet
hi,
try COM Interface "MSXML2.ServerXMLHTTP"
HtmlViewer() CLASS is based on ieframe.dll Webbrowser which was used by IE which is Obsolet
try COM Interface "MSXML2.ServerXMLHTTP"
greetings by OHR
Jimmy
Jimmy