PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

The XML page cannot be displayed -- IE error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The XML page cannot be displayed -- IE error

    Hi,

    I recently starting getting an error in IE, but not in Firefox. The error is:

    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    --------------------------------------------------------------------------------
    Use of default namespace declaration attribute in DTD not supported. Error processing resource 'http://www.executraindfw.co...

    <html><!-- #BeginTemplate "/Templates/etMain.dwt" --><!-- DW6 -->
    ------^


    My search page is:
    http://www.executraindfw.com/search/search.asp

    The file search_template.htm starts with:
    <?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    I am using a Dreamweaver template (etMain.dwt)

    I have the Zoom Search configured for language: iso-8859-1

    Can you help me figure out what to change?

    Thanks,

    Stephen

  • #2
    I didn't get any error when using your search function with IE7 nor with FireFox.

    If you still have a problem can you revert to our default search_template.html file and see if the problem goes away.

    Comment


    • #3
      I'm getting the problem with IE 6. It works for me also in IE 7.

      Comment


      • #4
        I just fixed it by changing the beginning code of the template to:

        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

        <html xmlns="http://www.w3.org/1999/xhtml">

        Thanks.

        Comment


        • #5
          For the record, the problem in the original post was due to search_template.html having been modified by the user, and (presumably due to their use of the dreamweaver template) contained an invalid XML tag in an otherwise stated XHTML page.

          The default search_template.html created by Zoom does not exhibit this behaviour.
          --Ray
          Wrensoft Web Software
          Sydney, Australia
          Zoom Search Engine

          Comment

          Working...
          X