Web Browser XSL Problem

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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>
 
Back
Top