Web Browser XSL Problem

G

Guest

I'm using AxWebBrowser in my program to view files from users. Though most
files work great, there are a few files that are creating a headache. The
errors I am getting are "The XML page cannon be displayed. Cannot view XML
input using XSL style sheet.... A string literal was expected, but no opening
quote character was found. Error processing resource.... <DIV
class=MsoNormal>" Is there an update to the AxWebBrowser that will fix this?
Any other ideas?

Thank you,
Susan
 
C

Chris Dunaway

I'm using AxWebBrowser in my program to view files from users. Though most
files work great, there are a few files that are creating a headache. The
errors I am getting are "The XML page cannon be displayed. Cannot view XML
input using XSL style sheet.... A string literal was expected, but no opening
quote character was found. Error processing resource.... <DIV
class=MsoNormal>" Is there an update to the AxWebBrowser that will fix this?
Any other ideas?

Thank you,
Susan

Make sure your attributes are enclosed in quotation marks:

<div class="MsoNormal">...</div>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top