XML with XSl style sheet

Xbase++ 2.0 Build 554 or later
Post Reply
Message
Author
Piotr D
Posts: 129
Joined: Mon Jul 28, 2014 1:26 am
Location: Poznań, Poland

XML with XSl style sheet

#1 Post by Piotr D »

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

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: XML with XSl style sheet

#2 Post by rdonnay »

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.
The eXpress train is coming - and it has more cars.

Piotr D
Posts: 129
Joined: Mon Jul 28, 2014 1:26 am
Location: Poznań, Poland

Re: XML with XSl style sheet

#3 Post by Piotr D »

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

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: XML with XSl style sheet

#4 Post by Auge_Ohr »

hi,
Piotr D wrote: Mon Dec 21, 2020 10:25 am 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.
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

Post Reply