Results 1 to 4 of 4

Thread: Unable to run stylesheet in firefox && error: Parsing an XSLT stylesheet failed

  1. #1
    Join Date
    Aug 2011
    Posts
    39

    Unable to run stylesheet in firefox && error: Parsing an XSLT stylesheet failed

    Hi, I used to used firefox as a default browser in my machine but the thing is like I have created some stylesheet and some of them won’t open in FF6. Whenever I try to open them in firefix 6 it just gives me the error as I have mentioned in the title, I have gotten this error for the first time and thus I don’t know what could the reason for this problem !

    Any suggestion would be appreciated for resolving this. thanks.

  2. #2
    Join Date
    Mar 2009
    Posts
    1,360

    re: Unable to run stylesheet in firefox && error: Parsing an XSLT stylesheet failed

    There could be a variety of causes. And to name a few:

    • illogical/incorrect path to the stylesheet

    • Unacceptable characters in the stylesheet

    • indecent syntax

    • inadequate Permissions on the file.


    and there are too many more thus according to me you should make sure that the code you have written in the file is perfect or not, because a simply “.” Can also make mistakes.

  3. #3
    Join Date
    Jun 2009
    Posts
    1,518

    re: Unable to run stylesheet in firefox && error: Parsing an XSLT stylesheet failed

    Well, "Error loading stylesheet..." is normally encountered by the XSL parser, not the browser.

    Firefox will not attempt to parse or read your XSL file instead it will attempt to make a "tree-node" representative of the document. Things that the browser will mark effortlessly for you are for example:

    & instead of &

    or unclosed elements such as <br> instead of <br />

    or

    mismatching elements <span><div></div></span>
    etc.

    IF the problem on the file is permissions, the browser will also detailed it because it will not be able to recover it from the server.

  4. #4
    Join Date
    Nov 2008
    Posts
    1,192

    Re: Unable to run stylesheet in firefox && error: Parsing an XSLT stylesheet failed

    have you ever tried the same document to be open with another browser? if not then according to me you should first of all try that as if suppose you are able to open them in another browser that simply means there could be some problem with the FF browser.

    And if you are not getting any problem with another browser than you should try to open them using another browser only, what is the problem in that.

Similar Threads

  1. change colors of a stylesheet (.css) in Opera Browser
    By Rikin J in forum Technology & Internet
    Replies: 3
    Last Post: 12-08-2013, 01:34 PM
  2. HP Solution Center parsing error
    By Lyandon in forum Portable Devices
    Replies: 5
    Last Post: 04-09-2010, 01:44 AM
  3. Replies: 5
    Last Post: 02-11-2009, 07:36 PM
  4. Secure connection failed error using firefox
    By Beter 2 Burn Out in forum Technology & Internet
    Replies: 4
    Last Post: 12-02-2009, 06:07 PM
  5. How to write an XSLT stylesheet to make the node with id=5
    By PsYcHo 1 in forum Software Development
    Replies: 5
    Last Post: 25-10-2008, 05:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,287,453.45280 seconds with 17 queries